summaryrefslogtreecommitdiff
path: root/Xext.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 /Xext.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 'Xext.h')
-rw-r--r--Xext.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/Xext.h b/Xext.h
index 553d242..f7b87d9 100644
--- a/Xext.h
+++ b/Xext.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/include/extensions/Xext.h,v 1.4 2001/12/14 19:53:28 dawes Exp $ */
+/* $XFree86: xc/include/extensions/Xext.h,v 1.5 2003/11/17 22:20:03 dawes Exp $ */
#ifndef _XEXT_H_
#define _XEXT_H_
@@ -33,28 +33,20 @@ in this Software without prior written authorization from The Open Group.
_XFUNCPROTOBEGIN
extern int (*XSetExtensionErrorHandler(
-#if NeedFunctionPrototypes
int (*handler)(
-#if NeedNestedPrototypes
Display *,
char *,
char *
-#endif
)
-#endif
))(
-#if NeedNestedPrototypes
Display *,
char *,
char *
-#endif
);
extern int XMissingExtension(
-#if NeedFunctionPrototypes
Display* /* dpy */,
_Xconst char* /* ext_name */
-#endif
);
_XFUNCPROTOEND