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 731254 - evdev: Follow libinput enum rename
evdev: Follow libinput enum rename
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2014-06-05 07:52 UTC by Jonas Ådahl
Modified: 2014-06-10 10:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evdev: Follow libinput enum rename (1.20 KB, patch)
2014-06-05 07:52 UTC, Jonas Ådahl
committed Details | Review

Description Jonas Ådahl 2014-06-05 07:52:48 UTC
The other API break in the queue. Will be included in a libinput 0.3 released soon.
Comment 1 Jonas Ådahl 2014-06-05 07:52:50 UTC
Created attachment 277932 [details] [review]
evdev: Follow libinput enum rename

s/libinput_pointer_button_state/libinput_button_state/
s/LIBINPUT_POINTER_BUTTON_STATE_/LIBINPUT_BUTTON_STATE_/
Comment 2 Emmanuele Bassi (:ebassi) 2014-06-10 09:48:07 UTC
Review of attachment 277932 [details] [review]:

looks good.
Comment 3 Emmanuele Bassi (:ebassi) 2014-06-10 10:37:24 UTC
Attachment 277932 [details] pushed as 31749cf - evdev: Follow libinput enum rename