making a comment more explicit
authorAnselm R Garbe <garbeam@gmail.com>
Mon, 18 Aug 2008 09:39:52 +0100
changeset 1326 158c50c241b5
parent 1325 5456239bb8ad
child 1327 920833e10274
making a comment more explicit
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;