diff src/video/SDL_sysvideo.h @ 1658:e49147870aac SDL-1.3

glSDL support
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 May 2006 06:58:33 +0000
parents 96c2f89cc7e1
children 782fd950bd46
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Fri Apr 28 16:55:41 2006 +0000
+++ b/src/video/SDL_sysvideo.h	Mon May 01 06:58:33 2006 +0000
@@ -119,7 +119,7 @@
 
 	/* The pixel format used when SDL_CreateRGBSurface creates SDL_HWSURFACEs with alpha */
 	SDL_PixelFormat* displayformatalphapixel;
-	
+
 	/* Allocates a surface in video memory */
 	int (*AllocHWSurface)(_THIS, SDL_Surface *surface);
 
@@ -407,6 +407,9 @@
 #if SDL_VIDEO_DRIVER_DUMMY
 extern VideoBootStrap DUMMY_bootstrap;
 #endif
+#if SDL_VIDEO_DRIVER_GLSDL
+extern VideoBootStrap glSDL_bootstrap;
+#endif
 
 /* This is the current video device */
 extern SDL_VideoDevice *current_video;