[hackers] [wmii] Sorry for the hasty commits, X11 is stressing. Modified last commit.

From: Kris Maglione <jg_AT_suckless.org>
Date: Sat Feb 10 00:13:25 2007

changeset: 1818:39a8388deb06
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Fri Feb 09 18:10:50 2007 -0500
summary: Sorry for the hasty commits, X11 is stressing. Modified last commit.

diff -r 835f65c5b9b1 -r 39a8388deb06 event.c
--- a/event.c Fri Feb 09 18:07:59 2007 -0500
+++ b/event.c Fri Feb 09 18:10:50 2007 -0500
@@ -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);
Received on Sat Feb 10 2007 - 00:13:25 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:07 UTC