comparison src/video/maccommon/SDL_macgl_c.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
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
32 #include <agl.h> 32 #include <agl.h>
33 #endif 33 #endif
34 #endif /* SDL_VIDEO_OPENGL */ 34 #endif /* SDL_VIDEO_OPENGL */
35 35
36 /* OpenGL functions */ 36 /* OpenGL functions */
37 extern int Mac_GL_Init (_THIS); 37 extern int Mac_GL_Init(_THIS);
38 extern void Mac_GL_Quit (_THIS); 38 extern void Mac_GL_Quit(_THIS);
39 #if SDL_VIDEO_OPENGL 39 #if SDL_VIDEO_OPENGL
40 extern int Mac_GL_MakeCurrent (_THIS); 40 extern int Mac_GL_MakeCurrent(_THIS);
41 extern int Mac_GL_GetAttribute (_THIS, SDL_GLattr attrib, int *value); 41 extern int Mac_GL_GetAttribute(_THIS, SDL_GLattr attrib, int *value);
42 extern void Mac_GL_SwapBuffers (_THIS); 42 extern void Mac_GL_SwapBuffers(_THIS);
43 extern int Mac_GL_LoadLibrary (_THIS, const char *location); 43 extern int Mac_GL_LoadLibrary(_THIS, const char *location);
44 extern void Mac_GL_UnloadLibrary (_THIS); 44 extern void Mac_GL_UnloadLibrary(_THIS);
45 extern void *Mac_GL_GetProcAddress (_THIS, const char *proc); 45 extern void *Mac_GL_GetProcAddress(_THIS, const char *proc);
46 #endif 46 #endif
47 /* vi: set ts=4 sw=4 expandtab: */ 47 /* vi: set ts=4 sw=4 expandtab: */