diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:02 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:02 +0000 |
commit | 023a09fe640f876478157e5b4cd9cfec1452da4b (patch) | |
tree | f62c24617ddc9ece3ee5fc252be716aac981dc3f /XLbx.h | |
parent | 343e78e15048e6a25791449bfc7566c07ccddf28 (diff) | |
download | xorg-proto-xextproto-023a09fe640f876478157e5b4cd9cfec1452da4b.tar.gz |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'XLbx.h')
-rw-r--r-- | XLbx.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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); |