[colobot] 103/390: Disabled active window resizing that crashes in some software/hardware configurations

Didier Raboud odyx at moszumanska.debian.org
Fri Jun 12 14:21:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch upstream/latest
in repository colobot.

commit 1ab5746ca7500e1f759774497d75d9a9b23ecef7
Author: CoLoRaptor <raptor.oto at gmail.com>
Date:   Tue Oct 21 22:22:32 2014 +0200

    Disabled active window resizing that crashes in some software/hardware configurations
---
 src/app/app.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/app.cpp b/src/app/app.cpp
index 3ea0f5f..1b53a28 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -586,8 +586,8 @@ bool CApplication::CreateVideoSurface()
     if (m_deviceConfig.fullScreen)
         videoFlags |= SDL_FULLSCREEN;
 
-    if (m_deviceConfig.resizeable)
-        videoFlags |= SDL_RESIZABLE;
+    //if (m_deviceConfig.resizeable)
+    //    videoFlags |= SDL_RESIZABLE;
 
     // Set OpenGL attributes
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list