small fix
Anselm R. Garbe arg@suckless.org
Tue, 16 Jan 2007 11:39:26 +0100
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
main.c
→
main.c
@@ -350,7 +350,7 @@ char *normfg = NORMFGCOLOR;
char *selbg = SELBGCOLOR; char *selfg = SELFGCOLOR; fd_set rd; - int i, j; + int i, j, my; struct timeval timeout; Item *itm; XEvent ev;@@ -431,6 +431,7 @@ /* menu window */
wa.override_redirect = 1; wa.background_pixmap = ParentRelative; wa.event_mask = ExposureMask | ButtonPressMask | KeyPressMask; + my = 0; mw = DisplayWidth(dpy, screen); mh = dc.font.height + 2; if(bottom)