diff include/SDL_compat.h @ 1727:90a3e0fccb88 SDL-1.3

Started on the OpenGL API revamp.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 07 Jul 2006 10:29:16 +0000
parents 6c63fc2bd986
children
line wrap: on
line diff
--- a/include/SDL_compat.h	Fri Jul 07 08:07:16 2006 +0000
+++ b/include/SDL_compat.h	Fri Jul 07 10:29:16 2006 +0000
@@ -171,6 +171,7 @@
 extern DECLSPEC int SDLCALL SDL_DisplayYUVOverlay(SDL_Overlay * overlay,
                                                   SDL_Rect * dstrect);
 extern DECLSPEC void SDLCALL SDL_FreeYUVOverlay(SDL_Overlay * overlay);
+extern DECLSPEC int SDLCALL SDL_GL_GetAttribute(SDL_GLattr attr, int *value);
 
 /* Ends C function definitions when using C++ */
 #ifdef __cplusplus