summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-05-04 16:48:24 +0800
committerPo Lu <luangruo@yahoo.com>2022-05-04 16:51:48 +0800
commit0105a4ddb8a58146f3fc71c265e57291c873af0b (patch)
treeba28d987eb1c1a870a4d070317b18eb60f42ead1 /INSTALL
parent69521ffcb0f2a28f84e24137bfc789ffd0ec3f2f (diff)
downloademacs-0105a4ddb8a58146f3fc71c265e57291c873af0b.tar.gz
Turn on XInput 2 support by default
The support doesn't interfere with compatibility, since Emacs built with XInput 2 support transparently falls back to Core Input when a suitable version of the input extension is not available. It also matured much sooner than expected, so enabling this by default will lead to new features being available to more users. * INSTALL: * configure.ac: * etc/NEWS: Enable XInput 2 support by default.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index f2687225daf..95d2dbda80c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -358,9 +358,9 @@ Use --without-toolkit-scroll-bars to disable Motif or Xaw3d scroll bars.
Use --without-xim to inhibit the default use of X Input Methods.
In this case, the X resource useXIM can be used to turn on use of XIM.
-Use --with-xinput2 to enable the use of version 2 of the X Input
-Extension. This enables support for touchscreens, pinch gestures, and
-scroll wheels that report scroll deltas at pixel-level precision.
+Use --without-xinput2 to disable the use of version 2 of the X Input
+Extension. This disables support for touchscreens, pinch gestures,
+and scroll wheels that report scroll deltas at pixel-level precision.
Use --disable-largefile to omit support for files larger than 2GB, and
--disable-year2038 to omit support for timestamps past the year 2038,