]> Dogcows Code - chaz/openbox/commitdiff
the mouse grab screws that up
authorDana Jansens <danakj@orodu.net>
Fri, 18 Apr 2003 22:31:00 +0000 (22:31 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 18 Apr 2003 22:31:00 +0000 (22:31 +0000)
openbox/event.c

index ed214af76137f49271275b0192ea4451390624c5..bdafd126e6acbc1f89796e908756347371e903b9 100644 (file)
@@ -408,8 +408,8 @@ static void event_process(XEvent *e)
             e->type == KeyPress || e->type == KeyRelease) {
             moveresize_event(e);
 
-            if (!(e->type == ButtonPress || e->type == ButtonRelease))
-                return; /* no dispatch! */
+            return; /* no dispatch! */
+            
         }
 
     /* user input (action-bound) events */
This page took 0.023123 seconds and 4 git commands to generate.