Mercurial > sdl-ios-xcode
comparison include/SDL_syswm.h @ 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 | 7e4c7790700e |
children | b530ef003506 |
comparison
equal
deleted
inserted
replaced
5201:7c3422025c35 | 5202:164f20ba08eb |
---|---|
75 #endif | 75 #endif |
76 | 76 |
77 #endif /* defined(SDL_VIDEO_DRIVER_X11) */ | 77 #endif /* defined(SDL_VIDEO_DRIVER_X11) */ |
78 | 78 |
79 #if defined(SDL_VIDEO_DRIVER_DIRECTFB) | 79 #if defined(SDL_VIDEO_DRIVER_DIRECTFB) |
80 #include <directfb/directfb.h> | 80 #include <directfb.h> |
81 #endif | 81 #endif |
82 | 82 |
83 #if defined(SDL_VIDEO_DRIVER_COCOA) | 83 #if defined(SDL_VIDEO_DRIVER_COCOA) |
84 #ifdef __OBJC__ | 84 #ifdef __OBJC__ |
85 #include <Cocoa/Cocoa.h> | 85 #include <Cocoa/Cocoa.h> |