dwm.c
changeset 1323 c1d2b106440d
parent 1322 3d39dc3001cc
child 1325 5456239bb8ad
--- 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;