diff src/video/cybergfx/SDL_cgxgl_c.h @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents d910939febfa
children
line wrap: on
line diff
--- a/src/video/cybergfx/SDL_cgxgl_c.h	Thu Jul 06 18:01:37 2006 +0000
+++ b/src/video/cybergfx/SDL_cgxgl_c.h	Mon Jul 10 21:04:37 2006 +0000
@@ -32,8 +32,9 @@
 extern void *AmiGetGLProc(const char *proc);
 #endif /* SDL_VIDEO_OPENGL */
 
-struct SDL_PrivateGLData {
-	int gl_active;
+struct SDL_PrivateGLData
+{
+    int gl_active;
 };
 
 /* OpenGL functions */
@@ -42,10 +43,11 @@
 extern int CGX_GL_Update(_THIS);
 #if SDL_VIDEO_OPENGL
 extern int CGX_GL_MakeCurrent(_THIS);
-extern int CGX_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
+extern int CGX_GL_GetAttribute(_THIS, SDL_GLattr attrib, int *value);
 extern void CGX_GL_SwapBuffers(_THIS);
 extern void *CGX_GL_GetProcAddress(_THIS, const char *proc);
 extern int CGX_GL_LoadLibrary(_THIS, const char *path);
 #endif
 
 #undef _THIS
+/* vi: set ts=4 sw=4 expandtab: */