added some comments regarding FAQ about s{x,y,w,h}, w{x,y,w,h}, b{y,h,lw}
authorAnselm R Garbe <garbeam@gmail.com>
Mon, 18 Aug 2008 09:10:21 +0100
changeset 1323 c1d2b106440d
parent 1322 3d39dc3001cc
child 1324 c7d3198c9e9b
added some comments regarding FAQ about s{x,y,w,h}, w{x,y,w,h}, b{y,h,lw}
dwm.c
--- a/dwm.c	Mon Aug 18 08:57:34 2008 +0100
+++ b/dwm.c	Mon Aug 18 09:10:21 2008 +0100
@@ -202,8 +202,10 @@
 
 /* variables */
 static char stext[256];
-static int screen, sx, sy, sw, sh;
-static int by, bh, blw, wx, wy, ww, wh;
+static int screen;
+static int sx, sy, sw, sh; /* display 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;
 static int (*xerrorxlib)(Display *, XErrorEvent *);
 static unsigned int numlockmask = 0;