GNOME Bugzilla – Bug 712247
Wayland event handling fixes
Last modified: 2013-11-13 20:56:56 UTC
Just a couple of fixes for things that broke recently on the wayland branch.
Created attachment 259751 [details] [review] display: Without a grab op let events go through clutter too We want events to reach clutter no only when there a compositor modal grab but also when no grab op is in effect.
Created attachment 259752 [details] [review] wayland: Update internal wayland state unconditionally Things like idle times and the cursor position need to be updated even if there's a mutter grab in effect.
Review of attachment 259752 [details] [review]: Yes.
Review of attachment 259751 [details] [review]: Yes.
Attachment 259751 [details] pushed as ae44bff - display: Without a grab op let events go through clutter too Attachment 259752 [details] pushed as 63b9110 - wayland: Update internal wayland state unconditionally