diff src/video/Xext/extensions/Xext.h @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents ecba4bbaf9c2
children
line wrap: on
line diff
--- a/src/video/Xext/extensions/Xext.h	Thu Jul 06 18:01:37 2006 +0000
+++ b/src/video/Xext/extensions/Xext.h	Mon Jul 10 21:04:37 2006 +0000
@@ -29,22 +29,18 @@
 #include <X11/Xfuncproto.h>
 
 _XFUNCPROTOBEGIN
-
-typedef int (*XExtensionErrorHandler)(Display *, _Xconst char *,
-				      _Xconst char *);
+    typedef int (*XExtensionErrorHandler) (Display *, _Xconst char *,
+                                           _Xconst char *);
 
-extern XExtensionErrorHandler XSetExtensionErrorHandler(
-	XExtensionErrorHandler handler
-);
+extern XExtensionErrorHandler
+XSetExtensionErrorHandler(XExtensionErrorHandler handler);
 
-extern int XMissingExtension(
-    Display*		/* dpy */,
-    _Xconst char*	/* ext_name */
-);
+extern int XMissingExtension(Display * /* dpy */ ,
+                             _Xconst char *     /* ext_name */
+    );
 
 _XFUNCPROTOEND
-
 #define X_EXTENSION_UNKNOWN "unknown"
 #define X_EXTENSION_MISSING "missing"
-
 #endif /* _XEXT_H_ */
+/* vi: set ts=4 sw=4 expandtab: */