rnd-20140104-4-src
[rocksndiamonds.git] / src / libgame / system.c
index 988a97fae17f47e8b2d44deafc2a1f68e7d58836..39c78b3fef57230c58ae320f6632572ff1f1d64c 100644 (file)
@@ -449,6 +449,8 @@ void InitVideoBuffer(int width, int height, int depth, boolean fullscreen)
   video.fullscreen_modes = NULL;
 #endif
 
+  video.window_scaling_available = WINDOW_SCALING_STATUS;
+
 #if defined(TARGET_SDL)
   SDLInitVideoBuffer(&backbuffer, &window, fullscreen);
 #else