Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11dyn.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 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11dyn.h Mon May 29 03:53:21 2006 +0000 +++ b/src/video/x11/SDL_x11dyn.h Mon May 29 04:04:35 2006 +0000 @@ -59,18 +59,18 @@ #endif /* evil function signatures... */ - typedef Bool (*SDL_X11_XESetWireToEventRetType) (Display *, XEvent *, - xEvent *); + typedef Bool(*SDL_X11_XESetWireToEventRetType) (Display *, XEvent *, + xEvent *); typedef int (*SDL_X11_XSynchronizeRetType) (Display *); - typedef Status (*SDL_X11_XESetEventToWireRetType) (Display *, XEvent *, - xEvent *); + typedef Status(*SDL_X11_XESetEventToWireRetType) (Display *, XEvent *, + xEvent *); - int SDL_X11_LoadSymbols (void); - void SDL_X11_UnloadSymbols (void); + int SDL_X11_LoadSymbols(void); + void SDL_X11_UnloadSymbols(void); /* That's really annoying...make this a function pointer no matter what. */ #ifdef X_HAVE_UTF8_STRING - extern XIC (*pXCreateIC) (XIM, ...); + extern XIC(*pXCreateIC) (XIM, ...); #endif /* These SDL_X11_HAVE_* flags are here whether you have dynamic X11 or not. */