GNOME Bugzilla – Bug 707250
idle-monitor: fix event propagation to devices
Last modified: 2013-09-02 00:52:12 UTC
See attached patch. Without this patch, a session will typically have the mouse cursor always hidden, as the user active callback for the core device will never be called.
Created attachment 253791 [details] [review] idle-monitor: fix event propagation to devices device_id_max is set to the device_id in ensure_device_monitor(), but we will loop only to (device_id_max - 1) when propagating the sync XEvent down, missing the device correspondng to device_id_max.
Review of attachment 253791 [details] [review]: Makes sense. Push to both wayland and master branches please.
Thanks, pushed Attachment 253791 [details] pushed as e3b1c2d - idle-monitor: fix event propagation to devices