projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f5b27
)
small fix
author
Anselm R. Garbe
<arg@suckless.org>
Tue, 16 Jan 2007 10:39:26 +0000
(11:39 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Tue, 16 Jan 2007 10:39:26 +0000
(11:39 +0100)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index b5c29c3382074b26c4d7849f68115b2f303cac7f..4dff2077633107b4864499dee9c553bac3899b2d 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-350,7
+350,7
@@
main(int argc, char *argv[]) {
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
@@
main(int argc, char *argv[]) {
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)