diff include/SDL_video.h @ 1729:0ef52d56e8bb SDL-1.3

Fixed compile problems with new OpenGL API.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 07 Jul 2006 10:39:33 +0000
parents 90a3e0fccb88
children 0b1070f2f94d
line wrap: on
line diff
--- a/include/SDL_video.h	Fri Jul 07 10:39:02 2006 +0000
+++ b/include/SDL_video.h	Fri Jul 07 10:39:33 2006 +0000
@@ -242,6 +242,13 @@
  */
 typedef Uint32 SDL_TextureID;
 
+/**
+ * \typedef SDL_GLContext
+ *
+ * \brief An opaque handle to an OpenGL context.
+ */
+typedef void *SDL_GLContext;
+
 
 /* These are the currently supported flags for the SDL_surface */
 /* Used internally (read-only) */