GNOME Bugzilla – Bug 706364
compositor: fix focusing the stage window
Last modified: 2013-08-20 12:42:57 UTC
We can't use the X11 stage window, if clutter is not using the X11 backend (and even if it was, it would be bogus when the xwayland server is not the one clutter is talking to). Instead, we introduce the concept of "focus type", which we use to differentiate the various meanings of None in the focus_xwindow field.
Created attachment 252338 [details] [review] compositor: fix focusing the stage window
Review of attachment 252338 [details] [review]: OK.
Attachment 252338 [details] pushed as 876f81d - compositor: fix focusing the stage window