summaryrefslogtreecommitdiff
path: root/XLbx.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:31 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:31 +0000
commit7e018a8e4a0f8519e0fca19c5a70b9bb4bacd402 (patch)
treef62c24617ddc9ece3ee5fc252be716aac981dc3f /XLbx.h
parentdab35027e56ba9c3c575dc41a041168bab00b4bb (diff)
downloadxorg-proto-xextproto-7e018a8e4a0f8519e0fca19c5a70b9bb4bacd402.tar.gz
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
Diffstat (limited to 'XLbx.h')
-rw-r--r--XLbx.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/XLbx.h b/XLbx.h
index 87651d7..3e498ef 100644
--- a/XLbx.h
+++ b/XLbx.h
@@ -20,7 +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 $ */
+/* $XFree86: xc/include/extensions/XLbx.h,v 1.4 2003/11/17 22:20:02 dawes Exp $ */
#ifndef _XLBX_H_
#define _XLBX_H_
@@ -134,20 +134,16 @@
_XFUNCPROTOBEGIN
Bool XLbxQueryExtension(
-#if NeedFunctionPrototypes
Display* /* dpy */,
int* /* requestp */,
int* /* event_basep */,
int* /* error_basep */
-#endif
);
Bool XLbxQueryVersion(
-#if NeedFunctionPrototypes
Display* /* dpy */,
int* /* majorVersion */,
int* /* minorVersion */
-#endif
);
int XLbxGetEventBase(Display *dpy);