]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a comment in XInput related code
authorPo Lu <luangruo@yahoo.com>
Sat, 20 Nov 2021 10:35:45 +0000 (18:35 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 20 Nov 2021 10:35:45 +0000 (18:35 +0800)
* src/xterm.c (x_term_init): Fix comment to say "XInput 2.1"
instead of "XInput 1.1".

src/xterm.c

index ed3921f2869eadb30ea4bc7c546ee54a96fbb483..a023a5f9c8957016d25fe9ffcc7248a634846f2c 100644 (file)
@@ -14273,7 +14273,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name)
   int minor = 3;
 #elif defined XI_TouchBegin /* XInput 2.2 */
   int minor = 2;
-#elif defined XIScrollClass /* XInput 1.1 */
+#elif defined XIScrollClass /* XInput 2.1 */
   int minor = 1;
 #else /* Some old version of XI2 we're not interested in. */
   int minor = 0;