mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 09:46:08 -05:00
Fix handling of grabbed key events
https://bugzilla.gnome.org/show_bug.cgi?id=596659
This commit is contained in:
parent
ce1393d2d4
commit
debf08cac0
@ -577,8 +577,8 @@ is_grabbed_event (XEvent *event)
|
||||
case EnterNotify:
|
||||
case LeaveNotify:
|
||||
case MotionNotify:
|
||||
case KeyPressMask:
|
||||
case KeyReleaseMask:
|
||||
case KeyPress:
|
||||
case KeyRelease:
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user