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:
Sam Lantinga 2007-08-11 23:26:03 +00:00
parent 2de3ba209d
commit 7d034dcfb1
5 changed files with 46 additions and 322 deletions

View file

@ -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)