diff src/video/cybergfx/SDL_cgxvideo.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/cybergfx/SDL_cgxvideo.h	Mon May 29 03:53:21 2006 +0000
+++ b/src/video/cybergfx/SDL_cgxvideo.h	Mon May 29 04:04:35 2006 +0000
@@ -148,13 +148,12 @@
 /* Used to get the X cursor from a window-manager specific cursor */
 // extern Cursor SDL_GetWMXCursor(WMcursor *cursor);
 
-extern int CGX_CreateWindow (_THIS, SDL_Surface * screen,
-                             int w, int h, int bpp, Uint32 flags);
-extern int CGX_ResizeWindow (_THIS,
-                             SDL_Surface * screen, int w, int h,
-                             Uint32 flags);
+extern int CGX_CreateWindow(_THIS, SDL_Surface * screen,
+                            int w, int h, int bpp, Uint32 flags);
+extern int CGX_ResizeWindow(_THIS,
+                            SDL_Surface * screen, int w, int h, Uint32 flags);
 
-extern void CGX_DestroyWindow (_THIS, SDL_Surface * screen);
+extern void CGX_DestroyWindow(_THIS, SDL_Surface * screen);
 
 extern struct Library *CyberGfxBase;
 extern struct IntuitionBase *IntuitionBase;
@@ -171,9 +170,9 @@
     int allocated;
 };
 
-int CGX_CheckHWBlit (_THIS, SDL_Surface * src, SDL_Surface * dst);
-int CGX_FillHWRect (_THIS, SDL_Surface * dst, SDL_Rect * dstrect,
-                    Uint32 color);
-int CGX_SetHWColorKey (_THIS, SDL_Surface * surface, Uint32 key);
+int CGX_CheckHWBlit(_THIS, SDL_Surface * src, SDL_Surface * dst);
+int CGX_FillHWRect(_THIS, SDL_Surface * dst, SDL_Rect * dstrect,
+                   Uint32 color);
+int CGX_SetHWColorKey(_THIS, SDL_Surface * surface, Uint32 key);
 #endif /* _SDL_x11video_h */
 /* vi: set ts=4 sw=4 expandtab: */