GNOME Bugzilla – Bug 691363
Various minor cleanups and fixes
Last modified: 2013-01-08 21:15:31 UTC
None of these are mission-critical, just cleanups. The last one may matter, but only if running on non-Xorg servers. The default client pointer in Xorg is guaranteed to be the same as the master pointer device, even if the specification leaves it implementation-specific.
Created attachment 233011 [details] [review] compositor: Remove unused code fetching _XSETROOT_ID We don't use this atom anywhere, so don't bother fetching it.
Created attachment 233012 [details] [review] main: Remove call to clutter_x11_enable_xinput The call is deprecated and is called by default upstream.
Created attachment 233013 [details] [review] display: Remove some more core events I apparently forgot to remove these.
Created attachment 233014 [details] [review] display: Use XI2 constants for mode/detail focus event values This makes no function difference, except conceptual clarity.
Created attachment 233015 [details] [review] Remove some server calls for core devices These were missed in the first porting.
Review of attachment 233011 [details] [review]: OK.
Review of attachment 233012 [details] [review]: OK.
Review of attachment 233013 [details] [review]: OK.
Review of attachment 233014 [details] [review]: OK.
Review of attachment 233015 [details] [review]: OK.
Attachment 233011 [details] pushed as 66d37e0 - compositor: Remove unused code fetching _XSETROOT_ID Attachment 233012 [details] pushed as afbca61 - main: Remove call to clutter_x11_enable_xinput Attachment 233013 [details] pushed as e69fcc8 - display: Remove some more core events Attachment 233014 [details] pushed as f57d643 - display: Use XI2 constants for mode/detail focus event values Attachment 233015 [details] pushed as 3a3be74 - Remove some server calls for core devices