Added SDL_SetWindowResizable(). (thanks, Ethan!)

This commit is contained in:
Ryan C. Gordon
2016-09-29 22:52:41 -04:00
parent 257c89727a
commit 4f4c4b629f
19 changed files with 138 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ MIR_CreateDevice(int device_index)
device->SetWindowIcon = NULL;
device->RaiseWindow = NULL;
device->SetWindowBordered = NULL;
device->SetWindowResizable = NULL;
device->OnWindowEnter = NULL;
device->SetWindowPosition = NULL;