]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
don't queue showmenu events, and set button to 0 when a grab is in place after the...
[chaz/openbox] / openbox / mouse.c
index 8b0cfccbd0a0b887e2de95ff2a7d4e449958f92c..78e25d8966275c23d9d8f1b384fa86328ce798ca 100644 (file)
@@ -205,6 +205,11 @@ void mouse_event(ObClient *client, XEvent *e)
                      e->xbutton.x_root, e->xbutton.y_root,
                      e->xbutton.time);
 
+        /* if the bindings grab the pointer, there won't be a ButtonRelease
+           event for us */
+        if (grab_on_pointer())
+            button = 0;
+
         if (CLIENT_CONTEXT(context, client)) {
             /* Replay the event, so it goes to the client*/
             XAllowEvents(ob_display, ReplayPointer, event_curtime);
This page took 0.023323 seconds and 4 git commands to generate.