summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2022-12-11 16:10:00 -0800
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2022-12-11 16:24:07 -0800
commit4efdd55d832c57c5e62f33bbb8d7fbcab53fb211 (patch)
tree2c89fdeec2417b14712edc9499074a68fb6b3584
parente021eeee19672ac430419fff64ea91b5f25064ee (diff)
Add missing prototype for init_xinput()
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-rw-r--r--xts5/include/xtlibproto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xts5/include/xtlibproto.h b/xts5/include/xtlibproto.h
index 11d3919c..ad47886e 100644
--- a/xts5/include/xtlibproto.h
+++ b/xts5/include/xtlibproto.h
@@ -327,6 +327,7 @@ Status SimulateKeyReleaseEvent(Display *dpy, KeyCode keycode);
Status SimulateButtonPressEvent(Display *dpy, unsigned int button);
Status SimulateButtonReleaseEvent(Display *dpy, unsigned int button);
#ifdef INPUTEXTENSION
+Bool init_xinput(Display *dpy);
Status SimulateDeviceKeyPressEvent(Display *dpy, XDevice *dev, unsigned int button);
Status SimulateDeviceKeyReleaseEvent(Display *dpy, XDevice *dev, unsigned int button);
Status SimulateDeviceButtonPressEvent(Display *dpy, XDevice *dev, unsigned int button);