From 9ae4056b92d5d0056a4e53202d838b22fc9ac41b Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Tue, 14 Feb 2017 17:28:23 +0100 Subject: [PATCH] Remove live resizing It's not working very fine with directx. --- src/blupi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blupi.cpp b/src/blupi.cpp index 308ae6f..02f5652 100644 --- a/src/blupi.cpp +++ b/src/blupi.cpp @@ -418,7 +418,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, SDL_WINDOW_RESIZABLE); + SDL_WINDOWPOS_CENTERED, LXIMAGE, LYIMAGE, 0); if (!g_window) {