comparison src/video/SDL_video.c @ 1942:4371d679ee12

Hopefully glSDL has been superceded by the OpenGL render driver.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 26 Jul 2006 03:12:05 +0000
parents bf09d535e014
children 91f41fc124a7
comparison
equal deleted inserted replaced
1941:bf09d535e014 1942:4371d679ee12
124 #if SDL_VIDEO_DRIVER_AALIB 124 #if SDL_VIDEO_DRIVER_AALIB
125 &AALIB_bootstrap, 125 &AALIB_bootstrap,
126 #endif 126 #endif
127 #if SDL_VIDEO_DRIVER_DUMMY 127 #if SDL_VIDEO_DRIVER_DUMMY
128 &DUMMY_bootstrap, 128 &DUMMY_bootstrap,
129 #endif
130 #if SDL_VIDEO_DRIVER_GLSDL
131 &glSDL_bootstrap,
132 #endif 129 #endif
133 NULL 130 NULL
134 }; 131 };
135 132
136 static SDL_VideoDevice *_this = NULL; 133 static SDL_VideoDevice *_this = NULL;