GNOME Bugzilla – Bug 673838
Enable XInput support by default
Last modified: 2012-12-18 02:07:02 UTC
SSIA
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.
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.
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.