Mercurial > sdl-ios-xcode
diff src/video/directfb/SDL_DirectFB_video.c @ 2227:b252359547ed
Exported the software renderer texture functions to make easier to create
a renderer based on a framebuffer.
Fixed an initialization bug with the dummy video display mode.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 11 Aug 2007 23:26:03 +0000 |
parents | 0e70b4b8cf84 |
children | 1e690901ecd7 |
line wrap: on
line diff
--- a/src/video/directfb/SDL_DirectFB_video.c Sat Aug 11 21:51:19 2007 +0000 +++ b/src/video/directfb/SDL_DirectFB_video.c Sat Aug 11 23:26:03 2007 +0000 @@ -897,6 +897,7 @@ devdata->firstwin = windata->next; SDL_free(windata); } + static SDL_bool DirectFB_GetWindowWMInfo(_THIS, SDL_Window * window, struct SDL_SysWMinfo *info)