Added SDL_SetWindowBordered() API.
--HG-- extra : rebase_source : 11750f0d8e7b59af26d97c778a332c0b4b72ea4b
This commit is contained in:
parent
546d0f18a2
commit
8835a0dacb
21 changed files with 159 additions and 83 deletions
|
@ -132,6 +132,8 @@ DirectFB_CreateDevice(int devindex)
|
|||
device->DestroyWindow = DirectFB_DestroyWindow;
|
||||
device->GetWindowWMInfo = DirectFB_GetWindowWMInfo;
|
||||
|
||||
/* !!! FIXME: implement SetWindowBordered */
|
||||
|
||||
#if SDL_DIRECTFB_OPENGL
|
||||
device->GL_LoadLibrary = DirectFB_GL_LoadLibrary;
|
||||
device->GL_GetProcAddress = DirectFB_GL_GetProcAddress;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue