fixed screen rotation for newer SDL versions on Android
[rocksndiamonds.git] / src / libgame / sdl.c
index d271951eb5dc84cdab120c47ce9d30510012f7c9..add67e5b06afe4f6575cf1668d8eb213885deb8e 100644 (file)
@@ -497,7 +497,7 @@ static boolean SDLCreateScreen(boolean fullscreen)
 {
   SDL_Surface *new_surface = NULL;
 
-  int surface_flags_window     = SURFACE_FLAGS | SDL_WINDOW_RESIZABLE;
+  int surface_flags_window     = SURFACE_FLAGS;
   int surface_flags_fullscreen = SURFACE_FLAGS | SDL_WINDOW_FULLSCREEN_DESKTOP;
 
 #if 1