JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
making a comment more explicit
authorAnselm R Garbe <garbeam@gmail.com>
Mon, 18 Aug 2008 08:39:52 +0000 (09:39 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Mon, 18 Aug 2008 08:39:52 +0000 (09:39 +0100)
dwm.c

diff --git a/dwm.c b/dwm.c
index 3d993c5..7d99390 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -202,7 +202,7 @@ static void zoom(const Arg *arg);
 /* 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;