diff options
author | Po Lu <luangruo@yahoo.com> | 2022-02-24 09:11:53 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-02-24 09:11:53 +0800 |
commit | d132bfe6cdb18d12a63c80b4846d6e2404d05ec2 (patch) | |
tree | d30c4eef3171f5b75248112f52fdea5bfcdbc5f8 /lisp/emacs-lisp | |
parent | 7b0e8cf347a1135e4355214634f114685e9041c3 (diff) | |
download | emacs-d132bfe6cdb18d12a63c80b4846d6e2404d05ec2.tar.gz emacs-d132bfe6cdb18d12a63c80b4846d6e2404d05ec2.tar.bz2 emacs-d132bfe6cdb18d12a63c80b4846d6e2404d05ec2.zip |
Condition out things specific to some versions of the input extension
* src/xterm.c (x_free_xi_devices, x_init_master_valuators)
(handle_one_xevent): Condition out code that isn't supposed to
be run on the current input extension version.
* src/xterm.h (struct xi_scroll_valuator_t): Make conditional on
HAVE_XINPUT2_1.
(struct xi_touch_point_t): Make conditional on HAVE_XINPUT2_2.
(struct xi_device_t): Make individual fields conditional on the
appropriate client-side input extension version.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions