]> git.eshelyaron.com Git - emacs.git/commit
Make Emacs build with Xfixes support on old versions of the library
authorPo Lu <luangruo@yahoo.com>
Sun, 4 Dec 2022 12:01:31 +0000 (20:01 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 4 Dec 2022 12:02:32 +0000 (20:02 +0800)
commitf96a9e10b108237e4aa192eca962ceb0ca07e431
tree202bbdb3f6dc79f100cae61cd97b65f698aa5321
parentbe67cc276a95a97a329fa633fef686ba06c8e6d2
Make Emacs build with Xfixes support on old versions of the library

* src/xterm.c (xfixes_toggle_visible_pointer):
(x_toggle_visible_pointer):
(XTtoggle_invisible_pointer, x_term_init): Disable code
requiring fixes 4.0 or later when the fixes library is older.
* src/xterm.h: Define missing types needed by other extensions
when the fixes library is too old.
* configure.ac: Allow building with any version of the Xfixes
extension library.
configure.ac
src/xterm.c
src/xterm.h