After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 703434 - Typo in setting of core_pointer
Typo in setting of core_pointer
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Wayland
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-07-01 23:09 UTC by Michael Forney
Modified: 2013-07-03 14:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing the issue (839 bytes, patch)
2013-07-01 23:10 UTC, Michael Forney
committed Details | Review

Description Michael Forney 2013-07-01 23:09:50 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.
Comment 1 Michael Forney 2013-07-01 23:10:27 UTC
Created attachment 248190 [details] [review]
Patch fixing the issue
Comment 2 Rob Bradford 2013-07-03 14:34:06 UTC
Review of attachment 248190 [details] [review]:

LGTM.
Comment 3 Rob Bradford 2013-07-03 14:36:51 UTC
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