summaryrefslogtreecommitdiff
path: root/XInput.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-01-23 15:47:56 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-01-25 10:57:53 +1030
commitbd20f0ebd5e71fd03b3140960c3960bc50bd4273 (patch)
treee845eddbcf4a1621076ddc558769b2018f392175 /XInput.h
parent640a97d321cdc5fd2f34265cba86da40463f8e48 (diff)
Add a device id to XiSelectEvent.
Diffstat (limited to 'XInput.h')
-rw-r--r--XInput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/XInput.h b/XInput.h
index b88efc5..c995f35 100644
--- a/XInput.h
+++ b/XInput.h
@@ -1455,6 +1455,7 @@ extern Bool XGetClientPointer(
extern Status XiSelectEvent(
Display* /* dpy */,
Window /* win */,
+ XDevice* /* dev */,
Mask /* mask */
);