summaryrefslogtreecommitdiff
path: root/src/XIint.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-02-25 15:53:29 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-03-11 14:26:04 +1000
commit6be974ec5597ef37fbd3a6057d52a38356f544e0 (patch)
tree5db0f6322dde1b6f9bc7e4f806b8f89c1a8ec33d /src/XIint.h
parent60b2d114d06617ca60c2905373829299dc051c7f (diff)
Fix the already existing XI2 calls to the new XI2 protocol. FIXME
FIXME: not bisectable due to XiSelectInput. This includes namespacing them with an XI2 prefix. Affected calls: XIGetClientPointer XISetClientPointer XIDefineDeviceCursor XIUndefineDeviceCursor XIWarpDevicePointer XIQueryDevicePointer XIChangeDeviceHierarchy (+ event)
Diffstat (limited to 'src/XIint.h')
-rw-r--r--src/XIint.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/XIint.h b/src/XIint.h
index 38a64b7..6ef150f 100644
--- a/src/XIint.h
+++ b/src/XIint.h
@@ -33,10 +33,4 @@ extern void ParseClassInfo(
int /* num_classes */
);
-extern int XUndefDeviceCursor(
- Display * /* dpy */,
- XDevice * /* dev */,
- Window /* w */
-);
-
#endif