diff options
| author | Anselm R Garbe <[email protected]> | 2008-08-18 09:39:52 +0100 |
|---|---|---|
| committer | Anselm R Garbe <[email protected]> | 2008-08-18 09:39:52 +0100 |
| commit | 9f3a5cb7540df6628c9c8a8bd7a8667a73f08fb1 (patch) | |
| tree | fac6ad612058204772cb17365d41764c1a856f6b /dwm.c | |
| parent | removed setlocale() stuff, not necessary if Xmb in use (diff) | |
| download | seiwm-9f3a5cb7540df6628c9c8a8bd7a8667a73f08fb1.tar.xz seiwm-9f3a5cb7540df6628c9c8a8bd7a8667a73f08fb1.zip | |
making a comment more explicit
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |