GNOME Bugzilla – Bug 703434
Typo in setting of core_pointer
Last modified: 2013-07-03 14:36:51 UTC
There is a typo in the loop looking for a core pointer in gdk_input_init. Currently, it only looks at the first device. I have attached a patch fixing the issue.
Created attachment 248190 [details] [review] Patch fixing the issue
Review of attachment 248190 [details] [review]: LGTM.
commit ce9f232eb8c5a409652534e4833207d2b6a475ef Author: Michael Forney <mforney@mforney.org> Date: Mon Jul 1 15:51:20 2013 -0700 wayland: Fix typo in setting of core_pointer This typo caused the display's core_pointer to be set only if the mouse was first in the device list. https://bugzilla.gnome.org/show_bug.cgi?id=703434