diff src/video/SDL_video.c @ 1251:86d0d01290ea

Updated Windows CE/PocketPC support...adds GAPI driver, landscape mode, updated project files, VS2005 support, VGA mode, more device support, etc, etc, etc. Fixes Bugzilla #47 and #28. --ryan.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 19 Jan 2006 08:43:00 +0000
parents 8609567ea02f
children c2ee0f7fa711
line wrap: on
line diff
--- a/src/video/SDL_video.c	Thu Jan 19 08:36:41 2006 +0000
+++ b/src/video/SDL_video.c	Thu Jan 19 08:43:00 2006 +0000
@@ -87,6 +87,9 @@
 #ifdef ENABLE_AALIB
 	&AALIB_bootstrap,
 #endif
+#ifdef ENABLE_GAPI
+	&GAPI_bootstrap,
+#endif
 #ifdef ENABLE_WINDIB
 	&WINDIB_bootstrap,
 #endif