1
0
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:
Mathieu Schroeter 2017-02-12 18:42:45 +01:00
parent 52770afe74
commit a832b24869

View File

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