diff include/SDL_compat.h @ 2043:adf732f1f016

Formatting update
author Sam Lantinga <slouken@libsdl.org>
date Sun, 24 Sep 2006 15:56:55 +0000
parents 6bb97f41ab4b
children 047245361002
line wrap: on
line diff
--- a/include/SDL_compat.h	Sun Sep 24 15:56:36 2006 +0000
+++ b/include/SDL_compat.h	Sun Sep 24 15:56:55 2006 +0000
@@ -147,7 +147,8 @@
                                                             surface);
 extern DECLSPEC void SDLCALL SDL_WM_SetCaption(const char *title,
                                                const char *icon);
-extern DECLSPEC void SDLCALL SDL_WM_GetCaption(const char **title, const char **icon);
+extern DECLSPEC void SDLCALL SDL_WM_GetCaption(const char **title,
+                                               const char **icon);
 extern DECLSPEC void SDLCALL SDL_WM_SetIcon(SDL_Surface * icon, Uint8 * mask);
 extern DECLSPEC int SDLCALL SDL_WM_IconifyWindow(void);
 extern DECLSPEC int SDLCALL SDL_WM_ToggleFullScreen(SDL_Surface * surface);