comparison src/video/SDL_video.c @ 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 6d2e1961661a
children
comparison
equal deleted inserted replaced
4403:6b794fb2060d 4404:b8de86ee2ad6
114 #if SDL_VIDEO_DRIVER_OS2FS 114 #if SDL_VIDEO_DRIVER_OS2FS
115 &OS2FSLib_bootstrap, 115 &OS2FSLib_bootstrap,
116 #endif 116 #endif
117 #if SDL_VIDEO_DRIVER_AALIB 117 #if SDL_VIDEO_DRIVER_AALIB
118 &AALIB_bootstrap, 118 &AALIB_bootstrap,
119 #endif
120 #if SDL_VIDEO_DRIVER_GTK
121 &GTKPLUS_bootstrap,
119 #endif 122 #endif
120 #if SDL_VIDEO_DRIVER_DUMMY 123 #if SDL_VIDEO_DRIVER_DUMMY
121 &DUMMY_bootstrap, 124 &DUMMY_bootstrap,
122 #endif 125 #endif
123 NULL 126 NULL