r13181 - ! dirs' list truncated !

Martin Werner arand-guest at alioth.debian.org
Tue Jan 24 15:32:41 UTC 2012


Author: arand-guest
Date: 2012-01-24 15:32:40 +0000 (Tue, 24 Jan 2012)
New Revision: 13181

Added:
   non-free/packages/trunk/assaultcube/debian/patches/windowed-mode-by-default.patch
Modified:
   non-free/packages/trunk/assaultcube/debian/patches/series
Log:
Windowed mode by default

Modified: non-free/packages/trunk/assaultcube/debian/patches/series
===================================================================
--- non-free/packages/trunk/assaultcube/debian/patches/series	2012-01-24 15:32:37 UTC (rev 13180)
+++ non-free/packages/trunk/assaultcube/debian/patches/series	2012-01-24 15:32:40 UTC (rev 13181)
@@ -1,3 +1,4 @@
+windowed-mode-by-default.patch
 fix-install-target.patch
 fix-clean-target.patch
 build-with-debug-symbols.patch

Added: non-free/packages/trunk/assaultcube/debian/patches/windowed-mode-by-default.patch
===================================================================
--- non-free/packages/trunk/assaultcube/debian/patches/windowed-mode-by-default.patch	                        (rev 0)
+++ non-free/packages/trunk/assaultcube/debian/patches/windowed-mode-by-default.patch	2012-01-24 15:32:40 UTC (rev 13181)
@@ -0,0 +1,11 @@
+--- a/source/src/main.cpp
++++ b/source/src/main.cpp
+@@ -112,7 +112,7 @@
+ #ifdef _DEBUG
+ VARF(fullscreen, 0, 0, 1, setfullscreen(fullscreen!=0));
+ #else
+-VARF(fullscreen, 0, 1, 1, setfullscreen(fullscreen!=0));
++VARF(fullscreen, 0, 0, 1, setfullscreen(fullscreen!=0));
+ #endif
+ 
+ void writeinitcfg()




More information about the Pkg-games-commits mailing list