summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:49 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:49 +0000
commit6b1f87ebe718c9c745d5f4b26343ee3cf34ff5cc (patch)
treede22c4921da214ffc0bc07ccd43cf720009c5573
parent981020ce68e4c8d9c0dafba631b0fd3328d7fc59 (diff)
downloadxorg-lib-libXi-XORG-STABLE.tar.gz
Initial revisionXORG-STABLE
-rw-r--r--src/XIint.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/XIint.h b/src/XIint.h
new file mode 100644
index 0000000..1e8f124
--- /dev/null
+++ b/src/XIint.h
@@ -0,0 +1,24 @@
+/* $XFree86: xc/lib/Xi/XIint.h,v 3.1 2001/08/01 00:44:39 tsi Exp $ */
+
+/*
+ * XIint.h - Header definition and support file for the internal
+ * support routines used by the Xi library.
+ */
+
+#ifndef _XIINT_H_
+#define _XIINT_H_
+
+extern XExtDisplayInfo * XInput_find_display(
+#if NeedFunctionPrototypes
+ Display*
+#endif
+);
+
+extern int _XiCheckExtInit(
+#if NeedFunctionPrototypes
+ Display*,
+ int
+#endif
+);
+
+#endif