From dab35027e56ba9c3c575dc41a041168bab00b4bb Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Mon, 17 Nov 2003 19:03:40 +0000 Subject: merge XFree86 4.3.0.1 to -CURRENT --- Xext.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Xext.h') diff --git a/Xext.h b/Xext.h index 3dfc603..553d242 100644 --- a/Xext.h +++ b/Xext.h @@ -23,6 +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 $ */ #ifndef _XEXT_H_ #define _XEXT_H_ @@ -41,7 +42,13 @@ extern int (*XSetExtensionErrorHandler( #endif ) #endif -))(); +))( +#if NeedNestedPrototypes + Display *, + char *, + char * +#endif +); extern int XMissingExtension( #if NeedFunctionPrototypes -- cgit v1.2.1