From 8c2bcf62445c80b611a391d789456ce93b8cacd5 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Tue, 29 May 2018 17:41:31 +0200 Subject: [PATCH] Ignore the window position when creating --- src/blupi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blupi.cxx b/src/blupi.cxx index b4dc147..30ec8e9 100644 --- a/src/blupi.cxx +++ b/src/blupi.cxx @@ -723,7 +723,7 @@ DoInit (int argc, char * argv[], bool & exit) // Create a window. g_window = SDL_CreateWindow ( - gettext ("Planet Blupi"), SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, + gettext ("Planet Blupi"), SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, LXIMAGE, LYIMAGE, 0); if (!g_window)