comparison src/video/Xext/extensions/Xext.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
31 _XFUNCPROTOBEGIN 31 _XFUNCPROTOBEGIN
32 typedef int (*XExtensionErrorHandler) (Display *, _Xconst char *, 32 typedef int (*XExtensionErrorHandler) (Display *, _Xconst char *,
33 _Xconst char *); 33 _Xconst char *);
34 34
35 extern XExtensionErrorHandler 35 extern XExtensionErrorHandler
36 XSetExtensionErrorHandler (XExtensionErrorHandler handler); 36 XSetExtensionErrorHandler(XExtensionErrorHandler handler);
37 37
38 extern int XMissingExtension (Display * /* dpy */ , 38 extern int XMissingExtension(Display * /* dpy */ ,
39 _Xconst char * /* ext_name */ 39 _Xconst char * /* ext_name */
40 ); 40 );
41 41
42 _XFUNCPROTOEND 42 _XFUNCPROTOEND
43 #define X_EXTENSION_UNKNOWN "unknown" 43 #define X_EXTENSION_UNKNOWN "unknown"
44 #define X_EXTENSION_MISSING "missing" 44 #define X_EXTENSION_MISSING "missing"