about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnselm R. Garbe <[email protected]>2007-01-16 11:39:26 +0100
committerAnselm R. Garbe <[email protected]>2007-01-16 11:39:26 +0100
commitb76632b9e3e40cb3178bfa3fed6199194bc4b13b (patch)
treeae2dc2d1866ef3597b29e0fdd542a49accd43cdf
parentremoved useless mx, my (diff)
downloaddmenu-b76632b9e3e40cb3178bfa3fed6199194bc4b13b.tar.gz
dmenu-b76632b9e3e40cb3178bfa3fed6199194bc4b13b.tar.bz2
dmenu-b76632b9e3e40cb3178bfa3fed6199194bc4b13b.zip
small fix
Diffstat (limited to '')
-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[]) {
 	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)