changeset 82:91a2868260bf

Disable window resizability for now, as we don't actually support it.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Mar 2020 09:21:55 +0200
parents 5372b7795426
children 69d7349dc5d3
files gldragon.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gldragon.cpp	Mon Mar 09 09:19:51 2020 +0200
+++ b/gldragon.cpp	Mon Mar 09 09:21:55 2020 +0200
@@ -42,7 +42,8 @@
     // Part 1 of initialization
     if (!renderer.initRenderer1(title, width, height,
         SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED,
-        SDL_WINDOW_SHOWN | SDL_WINDOW_RESIZABLE))
+        SDL_WINDOW_SHOWN// | SDL_WINDOW_RESIZABLE
+        ))
         return false;
 
     // Check if we want to attempt to use vsync