r9954 - packages/trunk/chocolate-doom/debian/patches
Jon Dowland
jmtd-guest at alioth.debian.org
Thu Jul 2 19:50:24 UTC 2009
Author: jmtd-guest
Date: 2009-07-02 19:50:23 +0000 (Thu, 02 Jul 2009)
New Revision: 9954
Modified:
packages/trunk/chocolate-doom/debian/patches/windowed_by_default.diff
Log:
update windowed mode patch
Modified: packages/trunk/chocolate-doom/debian/patches/windowed_by_default.diff
===================================================================
--- packages/trunk/chocolate-doom/debian/patches/windowed_by_default.diff 2009-07-02 19:43:58 UTC (rev 9953)
+++ packages/trunk/chocolate-doom/debian/patches/windowed_by_default.diff 2009-07-02 19:50:23 UTC (rev 9954)
@@ -1,13 +1,15 @@
-Use windowed mode by default.
-
---- chocolate-doom-1.2.1/setup/display.c~ 2008-12-10 20:29:30.000000000 +0000
-+++ chocolate-doom-1.2.1/setup/display.c 2009-01-18 16:47:42.000000000 +0000
-@@ -68,7 +68,7 @@
- char *video_driver = "";
- int autoadjust_video_settings = 1;
- int aspect_ratio_correct = 1;
--int fullscreen = 1;
-+int fullscreen = 0;
- int screen_width = 320;
- int screen_height = 200;
- int startup_delay = 1000;
+Description: changes the default display mode to windowed from fullscreen
+Origin: other
+Author: Jon Dowland <jmtd at debian.org>
+Last-Update: 2009-07-02
+--- chocolate-doom-1.2.1/src/i_video.c~ 2008-12-10 20:29:29.000000000 +0000
++++ chocolate-doom-1.2.1/src/i_video.c 2009-07-02 20:39:41.000000000 +0100
+@@ -121,7 +121,7 @@
+
+ // Run in full screen mode? (int type for config code)
+
+-int fullscreen = true;
++int fullscreen = false;
+
+ // Aspect ratio correction mode
+
More information about the Pkg-games-commits
mailing list