mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -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 EnterNotify:
|
||||||
case LeaveNotify:
|
case LeaveNotify:
|
||||||
case MotionNotify:
|
case MotionNotify:
|
||||||
case KeyPressMask:
|
case KeyPress:
|
||||||
case KeyReleaseMask:
|
case KeyRelease:
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user