]> git.eshelyaron.com Git - emacs.git/commit
Add configure tests for faulty XI2 installations
authorPo Lu <luangruo@yahoo.com>
Sun, 26 Dec 2021 06:44:53 +0000 (14:44 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 26 Dec 2021 06:48:13 +0000 (14:48 +0800)
commit62339e62d8480a9059e4f9f2e4bccdedcb60fc5e
treee78fde4f120d70f6f0b89dbc06b6aa44acffaefb
parent50484ad7d78acb8358fb7da5b19cd17ef060d74e
Add configure tests for faulty XI2 installations

* configure.ac: Detect cases where XI 2.4 headers are installed
without the correct event structures.
* src/xterm.c (handle_one_xevent): Don't use structures that
might not exist unless configure found them.
configure.ac
src/xterm.c