GNOME Bugzilla – Bug 693348
evdev: Fix use of the common XKB code for the evdev device
Last modified: 2013-02-08 12:14:11 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.
Created attachment 235431 [details] [review] evdev: Fix use of the common XKB code for the evdev device
Review of attachment 235431 [details] [review]: looks good
Ok, thanks. I've pushed it to master and the clutter-1.14 branch.