pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] [pingus] push by address@hidden - Disabled runtime fullscre


From: pingus
Subject: [Pingus-CVS] [pingus] push by address@hidden - Disabled runtime fullscreen switching in Win32, as it doesn't work rig... on 2011-10-21 13:58 GMT
Date: Fri, 21 Oct 2011 13:59:23 +0000

Revision: 26e0720cdf28
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Oct 21 06:58:08 2011
Log: Disabled runtime fullscreen switching in Win32, as it doesn't work right now

http://code.google.com/p/pingus/source/detail?r=26e0720cdf28

Modified:
 /src/pingus/config_manager.cpp

=======================================
--- /src/pingus/config_manager.cpp      Thu Oct 13 19:03:23 2011
+++ /src/pingus/config_manager.cpp      Fri Oct 21 06:58:08 2011
@@ -109,7 +109,9 @@
   {
     if (Display::is_fullscreen())
     {
+#ifndef WIN32
       Display::set_video_mode(size, Display::is_fullscreen(), false);
+#endif
     }
     on_fullscreen_resolution_change(size);
   }
@@ -130,7 +132,9 @@

   if (v != get_fullscreen())
   {
+#ifndef WIN32
Display::set_video_mode(Display::get_size(), Display::is_fullscreen(), false);
+#endif
     on_fullscreen_change(v);
   }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]