summaryrefslogtreecommitdiff
path: root/src/XIint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/XIint.h')
-rw-r--r--src/XIint.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/XIint.h b/src/XIint.h
index 51ea1e8..57ed95d 100644
--- a/src/XIint.h
+++ b/src/XIint.h
@@ -21,4 +21,21 @@ extern Status _XiEventToWire(
register int * /* count */
);
+extern int SizeClassInfo(
+ xAnyClassPtr * /* any */,
+ int /* num_classes */
+);
+
+extern void ParseClassInfo(
+ xAnyClassPtr * /* any */,
+ XAnyClassPtr * /* Any */,
+ int /* num_classes */
+);
+
+extern int XUndefDeviceCursor(
+ Display * /* dpy */,
+ XDevice * /* dev */,
+ Window /* w */
+);
+
#endif