aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-16 11:39:26 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-16 11:39:26 +0100
commitb76632b9e3e40cb3178bfa3fed6199194bc4b13b (patch)
treeae2dc2d1866ef3597b29e0fdd542a49accd43cdf
parentf8f5b270361c4a985d1737d20c71d372f12bb614 (diff)
small fix
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index b5c29c3..4dff207 100644
--- a/main.c
+++ b/main.c
@@ -350,7 +350,7 @@ main(int argc, char *argv[]) {
350 char *selbg = SELBGCOLOR; 350 char *selbg = SELBGCOLOR;
351 char *selfg = SELFGCOLOR; 351 char *selfg = SELFGCOLOR;
352 fd_set rd; 352 fd_set rd;
353 int i, j; 353 int i, j, my;
354 struct timeval timeout; 354 struct timeval timeout;
355 Item *itm; 355 Item *itm;
356 XEvent ev; 356 XEvent ev;
@@ -431,6 +431,7 @@ main(int argc, char *argv[]) {
431 wa.override_redirect = 1; 431 wa.override_redirect = 1;
432 wa.background_pixmap = ParentRelative; 432 wa.background_pixmap = ParentRelative;
433 wa.event_mask = ExposureMask | ButtonPressMask | KeyPressMask; 433 wa.event_mask = ExposureMask | ButtonPressMask | KeyPressMask;
434 my = 0;
434 mw = DisplayWidth(dpy, screen); 435 mw = DisplayWidth(dpy, screen);
435 mh = dc.font.height + 2; 436 mh = dc.font.height + 2;
436 if(bottom) 437 if(bottom)