diff src/render/SDL_render.c @ 5202:164f20ba08eb

Updated the DirectFB support, from Couriersud attached is a working directfb driver diff which works with the current changes. There are a number of changes around it as well, e.g. configure.in. The directfb renderdriver right now still depends on a some "includes" from src/video/directfb. That's why it is not yet moved to the new render folder.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Feb 2011 16:07:10 -0800
parents bb45ecd958d8
children 523409574510
line wrap: on
line diff
--- a/src/render/SDL_render.c	Sat Feb 05 16:02:30 2011 -0800
+++ b/src/render/SDL_render.c	Sat Feb 05 16:07:10 2011 -0800
@@ -53,6 +53,9 @@
 #if SDL_VIDEO_RENDER_OGL_ES
     &GL_ES_RenderDriver,
 #endif
+#if SDL_VIDEO_RENDER_DIRECTFB
+    &DirectFB_RenderDriver,
+#endif
     &SW_RenderDriver
 };
 static char renderer_magic;