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. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402589
This commit is contained in:
parent
2de3ba209d
commit
7d034dcfb1
5 changed files with 46 additions and 322 deletions
|
@ -897,6 +897,7 @@ DirectFB_DestroyWindow(_THIS, SDL_Window * window)
|
|||
devdata->firstwin = windata->next;
|
||||
SDL_free(windata);
|
||||
}
|
||||
|
||||
static SDL_bool
|
||||
DirectFB_GetWindowWMInfo(_THIS, SDL_Window * window,
|
||||
struct SDL_SysWMinfo *info)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue