comparison src/video/SDL_sysvideo.h @ 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 db3ba6c0d0df
comparison
equal deleted inserted replaced
1944:91f41fc124a7 1945:3182150b470f
358 extern VideoBootStrap XBIOS_bootstrap; 358 extern VideoBootStrap XBIOS_bootstrap;
359 #endif 359 #endif
360 #if SDL_VIDEO_DRIVER_GEM 360 #if SDL_VIDEO_DRIVER_GEM
361 extern VideoBootStrap GEM_bootstrap; 361 extern VideoBootStrap GEM_bootstrap;
362 #endif 362 #endif
363 #if SDL_VIDEO_DRIVER_PICOGUI
364 extern VideoBootStrap PG_bootstrap;
365 #endif
366 #if SDL_VIDEO_DRIVER_DC 363 #if SDL_VIDEO_DRIVER_DC
367 extern VideoBootStrap DC_bootstrap; 364 extern VideoBootStrap DC_bootstrap;
368 #endif 365 #endif
369 #if SDL_VIDEO_DRIVER_RISCOS 366 #if SDL_VIDEO_DRIVER_RISCOS
370 extern VideoBootStrap RISCOS_bootstrap; 367 extern VideoBootStrap RISCOS_bootstrap;