diff options
Diffstat (limited to 'openbox/mouse.c')
| -rw-r--r-- | openbox/mouse.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/mouse.c b/openbox/mouse.c index f74063ed..9e7ac648 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -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, |
