diff -r 5456239bb8ad -r 158c50c241b5 dwm.c --- a/dwm.c Mon Aug 18 09:31:55 2008 +0100 +++ b/dwm.c Mon Aug 18 09:39:52 2008 +0100 @@ -202,7 +202,7 @@ /* variables */ static char stext[256]; static int screen; -static int sx, sy, sw, sh; /* display geometry x, y, width, height */ +static int sx, sy, sw, sh; /* X display screen geometry x, y, width, height */ static int by, bh, blw; /* bar geometry y, height and layout symbol width */ static int wx, wy, ww, wh; /* window area geometry x, y, width, height, bar excluded */ static unsigned int seltags = 0, sellt = 0;