diff include/SDL_compat.h @ 1912:8d384b647307

Setting up the OpenGL support
author Sam Lantinga <slouken@libsdl.org>
date Sun, 16 Jul 2006 09:34:01 +0000
parents c121d94672cb
children 83946ee0ff1f
line wrap: on
line diff
--- a/include/SDL_compat.h	Sun Jul 16 03:35:44 2006 +0000
+++ b/include/SDL_compat.h	Sun Jul 16 09:34:01 2006 +0000
@@ -172,6 +172,7 @@
                                                   SDL_Rect * dstrect);
 extern DECLSPEC void SDLCALL SDL_FreeYUVOverlay(SDL_Overlay * overlay);
 extern DECLSPEC int SDLCALL SDL_GL_GetAttribute(SDL_GLattr attr, int *value);
+extern DECLSPEC void SDLCALL SDL_GL_SwapBuffers(void);
 
 /* Ends C function definitions when using C++ */
 #ifdef __cplusplus