comparison src/video/SDL_sysvideo.h @ 4404:b8de86ee2ad6 SDL-1.2-olpc

First shot at GTK+ video target for the OLPC laptops. Seriously incomplete, but it's enough to get some bits to a window...
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 19 Apr 2007 07:12:30 +0000
parents 67d518069d9a
children
comparison
equal deleted inserted replaced
4403:6b794fb2060d 4404:b8de86ee2ad6
399 extern VideoBootStrap OS2FSLib_bootstrap; 399 extern VideoBootStrap OS2FSLib_bootstrap;
400 #endif 400 #endif
401 #if SDL_VIDEO_DRIVER_AALIB 401 #if SDL_VIDEO_DRIVER_AALIB
402 extern VideoBootStrap AALIB_bootstrap; 402 extern VideoBootStrap AALIB_bootstrap;
403 #endif 403 #endif
404 #if SDL_VIDEO_DRIVER_GTK
405 extern VideoBootStrap GTKPLUS_bootstrap;
406 #endif
404 #if SDL_VIDEO_DRIVER_DUMMY 407 #if SDL_VIDEO_DRIVER_DUMMY
405 extern VideoBootStrap DUMMY_bootstrap; 408 extern VideoBootStrap DUMMY_bootstrap;
406 #endif 409 #endif
407 410
408 /* This is the current video device */ 411 /* This is the current video device */