Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Unified Diff: build/common.gypi

Issue 19486006: x11: Use XI2.2 by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c567d48b62d769a77f8e20d713e3b9b3c6f4831c..dc2213d4b66e63aa9ca3d951d129142e0c566672 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -381,11 +381,11 @@
# Enable FTP support by default.
'disable_ftp_support%': 0,
- # XInput2 multitouch support is disabled by default (use_xi2_mt=0).
- # Setting to non-zero value enables XI2 MT. When XI2 MT is enabled,
+ # XInput2 multitouch support is enabled by default (use_xi2_mt=2).
+ # Setting to zero value disables XI2 MT. When XI2 MT is enabled,
# the input value also defines the required XI2 minor minimum version.
# For example, use_xi2_mt=2 means XI2.2 or above version is required.
- 'use_xi2_mt%': 0,
+ 'use_xi2_mt%': 2,
# Use of precompiled headers on Windows.
#
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698