diff src/video/SDL_video.c @ 281:c5010ab8ba35

Added initial support for Atari (thanks Patrice!)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 17 Feb 2002 19:54:28 +0000
parents c6abdda2f666
children b42d80e73896
line wrap: on
line diff
--- a/src/video/SDL_video.c	Thu Feb 14 21:26:42 2002 +0000
+++ b/src/video/SDL_video.c	Sun Feb 17 19:54:28 2002 +0000
@@ -105,6 +105,12 @@
 #ifdef ENABLE_DUMMYVIDEO
 	&DUMMY_bootstrap,
 #endif
+#ifdef ENABLE_XBIOS
+	&XBIOS_bootstrap,
+#endif
+#ifdef ENABLE_GEM
+	&GEM_bootstrap,
+#endif
 	NULL
 };