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.
This commit is contained in:
parent
d1f0fa4288
commit
8b3eb38df2
24 changed files with 1331 additions and 770 deletions
|
@ -18,13 +18,12 @@
|
|||
|
||||
Sam Lantinga
|
||||
slouken@libsdl.org
|
||||
|
||||
SDL1.3 DirectFB driver by couriersud@arcor.de
|
||||
|
||||
*/
|
||||
#include "SDL_config.h"
|
||||
|
||||
|
||||
/* SDL surface based renderer implementation */
|
||||
|
||||
#define SDL_DFB_RENDERERDATA(rend) DirectFB_RenderData *renddata = ((rend) ? (DirectFB_RenderData *) (rend)->driverdata : NULL)
|
||||
|
||||
extern void DirectFB_AddRenderDriver(_THIS);
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue