mirror of
https://github.com/encounter/SDL.git
synced 2025-12-18 01:15:24 +00:00
Added SDL_SetWindowResizable(). (thanks, Ethan!)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user