diff src/video/SDL_sysvideo.h @ 4295:d62725f761a1 SDL-1.2

Debian patch: 020_libcaca_new_api.diff
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 08:46:06 +0000
parents 3b8ac3d311a2
children
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Sat Oct 10 08:11:36 2009 +0000
+++ b/src/video/SDL_sysvideo.h	Sat Oct 10 08:46:06 2009 +0000
@@ -407,6 +407,9 @@
 #if SDL_VIDEO_DRIVER_AALIB
 extern VideoBootStrap AALIB_bootstrap;
 #endif
+#if SDL_VIDEO_DRIVER_CACA
+extern VideoBootStrap CACA_bootstrap;
+#endif
 #if SDL_VIDEO_DRIVER_DUMMY
 extern VideoBootStrap DUMMY_bootstrap;
 #endif