tmaking a comment more explicit - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9f3a5cb7540df6628c9c8a8bd7a8667a73f08fb1
(DIR) parent b48fa3f101d2805882ab6a2a095e541b0cfe83f6
(HTM) Author: Anselm R Garbe <garbeam@gmail.com>
Date: Mon, 18 Aug 2008 09:39:52 +0100
making a comment more explicit
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/dwm.c b/dwm.c
t@@ -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;