commit 7e36cfc20149530cdcf2beb70c5dc42814ca3ec2
parent 4ec78c508e66efe610ef7bf2493d6fdb59a93efd
Author: Kris Maglione <jg@suckless.org>
Date: Fri, 9 Feb 2007 18:10:50 -0500
Sorry for the hasty commits, X11 is stressing. Modified last commit.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/event.c b/event.c
@@ -66,13 +66,13 @@ buttonpress(XEvent *e) {
XAllowEvents(blz.dpy, ReplayPointer, CurrentTime);
}
}else{
- XAllowEvents(blz.dpy, ReplayPointer, CurrentTime);
if(ev->button == Button1) {
if(frame_to_top(f) || f->client != sel_client())
focus(f->client, True);
if(!inclient)
do_mouse_resize(f->client, CENTER);
}
+ XAllowEvents(blz.dpy, ReplayPointer, CurrentTime);
}
}else
XAllowEvents(blz.dpy, ReplayPointer, CurrentTime);