diff src/video/photon/SDL_ph_gl.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/photon/SDL_ph_gl.h	Mon May 29 03:53:21 2006 +0000
+++ b/src/video/photon/SDL_ph_gl.h	Mon May 29 04:04:35 2006 +0000
@@ -29,14 +29,14 @@
 #define DEFAULT_OPENGL "/usr/lib/libGL.so"
 
 #if SDL_VIDEO_OPENGL
-void ph_GL_SwapBuffers (_THIS);
-int ph_GL_GetAttribute (_THIS, SDL_GLattr attrib, int *value);
-int ph_GL_LoadLibrary (_THIS, const char *path);
-void *ph_GL_GetProcAddress (_THIS, const char *proc);
-int ph_GL_MakeCurrent (_THIS);
+void ph_GL_SwapBuffers(_THIS);
+int ph_GL_GetAttribute(_THIS, SDL_GLattr attrib, int *value);
+int ph_GL_LoadLibrary(_THIS, const char *path);
+void *ph_GL_GetProcAddress(_THIS, const char *proc);
+int ph_GL_MakeCurrent(_THIS);
 
-int ph_SetupOpenGLContext (_THIS, int width, int height, int bpp,
-                           Uint32 flags);
+int ph_SetupOpenGLContext(_THIS, int width, int height, int bpp,
+                          Uint32 flags);
 #endif /* SDL_VIDEO_OPENGL */
 
 #endif /* __SDL_PH_GL_H__ */