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 673838 - Enable XInput support by default
Enable XInput support by default
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: x11
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks: clutter-2-0
 
 
Reported: 2012-04-10 13:02 UTC by Emmanuele Bassi (:ebassi)
Modified: 2012-12-18 02:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
x11: Enable XInput support by default (1.75 KB, patch)
2012-04-10 13:02 UTC, Emmanuele Bassi (:ebassi)
none Details | Review
2.0: Enable XInput support by default (2.73 KB, patch)
2012-10-07 21:59 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description Emmanuele Bassi (:ebassi) 2012-04-10 13:02:24 UTC
SSIA
Comment 1 Emmanuele Bassi (:ebassi) 2012-04-10 13:02:26 UTC
Created attachment 211728 [details] [review]
x11: Enable XInput support by default

XInput has been disabled by default since the 1.0 days; these days, XI
is most likely a requirement, given the need for multi-touch and gesture
support, so enabling support by default makes sense.
Comment 2 Emanuele Aina 2012-07-17 12:59:47 UTC
Review of attachment 211728 [details] [review]:

The patch does not seems to take in consideration the "--enable-xinput" command line flag, which should become "--disable-xinput" by using G_OPTION_FLAG_REVERSE.
Comment 3 Emmanuele Bassi (:ebassi) 2012-10-07 21:59:36 UTC
Created attachment 226012 [details] [review]
2.0: Enable XInput support by default

Deprecates the API, and uses G_OPTION_FLAG_REVERSE for the command line option.