]> git.eshelyaron.com Git - emacs.git/commit
Add support for XI 2.4
authorPo Lu <luangruo@yahoo.com>
Sat, 25 Dec 2021 02:38:23 +0000 (10:38 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 25 Dec 2021 02:38:23 +0000 (10:38 +0800)
commit71eb1aac54e2143d40c16a9f67e76200f63e6561
treee479b7308cae0ba1b2fe187b9ed4414e006bbe79
parent8b0e9f44b757ead61537fe213fe8546af911cb54
Add support for XI 2.4

We will be able to use touchpad (not touchscreen) gestures, such
as pinch and swipe gestures after this change, but they are not
yet exposed to Lisp.

* src/xterm.c (x_term_init): Declare support for XI 2.4 if
present.
src/xterm.c