]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
xinerama support like crazy for struts and everything else too. this probably crashes...
[chaz/openbox] / openbox / mouse.c
index f74063edbbffc394bf8db31fb42dc889a4236b31..9e7ac6489843689eff3bad0b74e2ee5e290afce2 100644 (file)
@@ -210,6 +210,9 @@ void mouse_event(ObClient *client, XEvent *e)
         button = e->xbutton.button;
         state = e->xbutton.state;
 
+        if (CLIENT_CONTEXT(context, client))
+            XAllowEvents(ob_display, ReplayPointer, event_curtime);
+
         fire_binding(OB_MOUSE_ACTION_PRESS, context,
                      client, e->xbutton.state,
                      e->xbutton.button,
This page took 0.023033 seconds and 4 git commands to generate.