diff 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
line wrap: on
line diff
--- a/src/video/SDL_video.c	Thu Apr 19 07:10:05 2007 +0000
+++ b/src/video/SDL_video.c	Thu Apr 19 07:12:30 2007 +0000
@@ -117,6 +117,9 @@
 #if SDL_VIDEO_DRIVER_AALIB
 	&AALIB_bootstrap,
 #endif
+#if SDL_VIDEO_DRIVER_GTK
+	&GTKPLUS_bootstrap,
+#endif
 #if SDL_VIDEO_DRIVER_DUMMY
 	&DUMMY_bootstrap,
 #endif