summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2022-12-11 16:13:31 -0800
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2022-12-11 16:24:07 -0800
commit16ce3fab7fd822905fa8be0de0cef9d0ebd64484 (patch)
treeba8b25bcb6c32935cfc37a59e4ed4a0f45296a36
parent4efdd55d832c57c5e62f33bbb8d7fbcab53fb211 (diff)
Add missing include for XTest extension
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-rw-r--r--xts5/include/xtlibproto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xts5/include/xtlibproto.h b/xts5/include/xtlibproto.h
index ad47886e..17a28f17 100644
--- a/xts5/include/xtlibproto.h
+++ b/xts5/include/xtlibproto.h
@@ -116,6 +116,10 @@ purpose. It is provided "as is" without express or implied warranty.
#include <X11/extensions/XInput.h>
#endif
+#ifdef XTESTEXTENSION
+#include <X11/extensions/XTest.h>
+#endif
+
void startup(void);
void cleanup(void);
void fontstartup(void);