mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Use a resizable window
This commit is contained in:
parent
52770afe74
commit
a832b24869
@ -407,7 +407,7 @@ static bool DoInit (Sint32 argc, char *argv[])
|
||||
SDL_WINDOW_FULLSCREEN_DESKTOP | SDL_WINDOW_INPUT_GRABBED);
|
||||
else
|
||||
g_window = SDL_CreateWindow (NAME, SDL_WINDOWPOS_CENTERED,
|
||||
SDL_WINDOWPOS_CENTERED, LXIMAGE, LYIMAGE, 0);
|
||||
SDL_WINDOWPOS_CENTERED, LXIMAGE, LYIMAGE, SDL_WINDOW_RESIZABLE);
|
||||
|
||||
if (!g_window)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user