summaryrefslogtreecommitdiff
path: root/XLbx.h
diff options
context:
space:
mode:
Diffstat (limited to 'XLbx.h')
-rw-r--r--XLbx.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/XLbx.h b/XLbx.h
index 45ed1e9..87651d7 100644
--- a/XLbx.h
+++ b/XLbx.h
@@ -20,6 +20,7 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
*/
+/* $XFree86: xc/include/extensions/XLbx.h,v 1.3 2002/10/16 01:59:55 dawes Exp $ */
#ifndef _XLBX_H_
#define _XLBX_H_
@@ -127,8 +128,20 @@
#ifndef _XLBX_SERVER_
+#include <X11/Xdefs.h>
+#include <X11/Xlib.h>
+
_XFUNCPROTOBEGIN
+Bool XLbxQueryExtension(
+#if NeedFunctionPrototypes
+ Display* /* dpy */,
+ int* /* requestp */,
+ int* /* event_basep */,
+ int* /* error_basep */
+#endif
+);
+
Bool XLbxQueryVersion(
#if NeedFunctionPrototypes
Display* /* dpy */,
@@ -137,6 +150,8 @@ Bool XLbxQueryVersion(
#endif
);
+int XLbxGetEventBase(Display *dpy);
+
_XFUNCPROTOEND
#endif