comparison src/video/SDL_video.c @ 1945:3182150b470f

PicoGUI is no longer maintained by the author.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 26 Jul 2006 03:55:56 +0000
parents 91f41fc124a7
children 420716272158
comparison
equal deleted inserted replaced
1944:91f41fc124a7 1945:3182150b470f
106 #if SDL_VIDEO_DRIVER_XBIOS 106 #if SDL_VIDEO_DRIVER_XBIOS
107 &XBIOS_bootstrap, 107 &XBIOS_bootstrap,
108 #endif 108 #endif
109 #if SDL_VIDEO_DRIVER_GEM 109 #if SDL_VIDEO_DRIVER_GEM
110 &GEM_bootstrap, 110 &GEM_bootstrap,
111 #endif
112 #if SDL_VIDEO_DRIVER_PICOGUI
113 &PG_bootstrap,
114 #endif 111 #endif
115 #if SDL_VIDEO_DRIVER_DC 112 #if SDL_VIDEO_DRIVER_DC
116 &DC_bootstrap, 113 &DC_bootstrap,
117 #endif 114 #endif
118 #if SDL_VIDEO_DRIVER_RISCOS 115 #if SDL_VIDEO_DRIVER_RISCOS