]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
only pass thru events when the menu is open, don't for other stuff
[chaz/openbox] / openbox / event.c
index 4d74284b41d85a7c4a3da482acc3360b48555a7f..871b158a491591210b716ff09eec73404725de67 100644 (file)
@@ -393,9 +393,6 @@ static Bool look_for_focusin(Display *d, XEvent *e, XPointer arg)
 static gboolean event_ignore(XEvent *e, ObClient *client)
 {
     switch(e->type) {
-    case EnterNotify:
-    case LeaveNotify:
-        return keyboard_interactively_grabbed();
     case FocusIn:
     case FocusOut:
         if (!wanted_focusevent(e)) {
This page took 0.024539 seconds and 4 git commands to generate.