projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c51c1b
)
Fix a comment in XInput related code
author
Po Lu
<luangruo@yahoo.com>
Sat, 20 Nov 2021 10:35:45 +0000
(18:35 +0800)
committer
Po 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
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index ed3921f2869eadb30ea4bc7c546ee54a96fbb483..a023a5f9c8957016d25fe9ffcc7248a634846f2c 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-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;