diff src/video/SDL_video.c @ 433:706de3956894

Added initial support for PicoGUI (thanks Micah!)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 01 Aug 2002 23:24:13 +0000
parents 60effdbf14ee
children 8a43e0cbf02f
line wrap: on
line diff
--- a/src/video/SDL_video.c	Thu Aug 01 23:08:41 2002 +0000
+++ b/src/video/SDL_video.c	Thu Aug 01 23:24:13 2002 +0000
@@ -114,6 +114,9 @@
 #ifdef ENABLE_QTOPIA
 	&Qtopia_bootstrap,
 #endif
+#ifdef ENABLE_PICOGUI
+	&PG_bootstrap,
+#endif
 	NULL
 };