diff options
Diffstat (limited to 'src/video/maccommon/SDL_macgl_c.h')
-rw-r--r-- | src/video/maccommon/SDL_macgl_c.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/video/maccommon/SDL_macgl_c.h b/src/video/maccommon/SDL_macgl_c.h index df1cbe50..c8d115c4 100644 --- a/src/video/maccommon/SDL_macgl_c.h +++ b/src/video/maccommon/SDL_macgl_c.h @@ -27,7 +27,7 @@ #if SDL_VIDEO_OPENGL #include "SDL_opengl.h" #if __MACOSX__ -#include <AGL/agl.h> /* AGL.framework */ +#include <AGL/agl.h> /* AGL.framework */ #else #include <agl.h> #endif @@ -38,10 +38,10 @@ extern int Mac_GL_Init(_THIS); extern void Mac_GL_Quit(_THIS); #if SDL_VIDEO_OPENGL extern int Mac_GL_MakeCurrent(_THIS); -extern int Mac_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value); +extern int Mac_GL_GetAttribute(_THIS, SDL_GLattr attrib, int *value); extern void Mac_GL_SwapBuffers(_THIS); extern int Mac_GL_LoadLibrary(_THIS, const char *location); extern void Mac_GL_UnloadLibrary(_THIS); -extern void* Mac_GL_GetProcAddress(_THIS, const char *proc); +extern void *Mac_GL_GetProcAddress(_THIS, const char *proc); #endif - +/* vi: set ts=4 sw=4 expandtab: */ |