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 693348 - evdev: Fix use of the common XKB code for the evdev device
evdev: Fix use of the common XKB code for the evdev device
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-02-07 17:28 UTC by Neil Roberts
Modified: 2013-02-08 12:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evdev: Fix use of the common XKB code for the evdev device (1.74 KB, patch)
2013-02-07 17:29 UTC, Neil Roberts
committed Details | Review

Description Neil Roberts 2013-02-07 17:28:58 UTC
In commit 8f4e39b6d716 the Wayland code was updated to use the new
xkbcommon API. This involved changing the common XKB code shared with
the evdev input backend. However the evdev input backend was not
modified so it wouldn't compile. This patch just makes a minor change
to update it.
Comment 1 Neil Roberts 2013-02-07 17:29:00 UTC
Created attachment 235431 [details] [review]
evdev: Fix use of the common XKB code for the evdev device
Comment 2 Emmanuele Bassi (:ebassi) 2013-02-07 18:10:58 UTC
Review of attachment 235431 [details] [review]:

looks good
Comment 3 Neil Roberts 2013-02-08 12:14:11 UTC
Ok, thanks. I've pushed it to master and the clutter-1.14 branch.