r4780 - in packages/trunk/mu-cade/debian: . patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Mon Nov 26 23:15:45 UTC 2007


Author: pdewacht-guest
Date: 2007-11-26 23:15:44 +0000 (Mon, 26 Nov 2007)
New Revision: 4780

Added:
   packages/trunk/mu-cade/debian/patches/fullscreen-option.patch
Modified:
   packages/trunk/mu-cade/debian/changelog
   packages/trunk/mu-cade/debian/patches/series
Log:
Implement -fullscreen option (Closes: #449449)


Modified: packages/trunk/mu-cade/debian/changelog
===================================================================
--- packages/trunk/mu-cade/debian/changelog	2007-11-26 20:45:55 UTC (rev 4779)
+++ packages/trunk/mu-cade/debian/changelog	2007-11-26 23:15:44 UTC (rev 4780)
@@ -1,3 +1,9 @@
+mu-cade (0.11.dfsg1-3) UNRELEASED; urgency=low
+
+  * Implement -fullscreen option (Closes: #449449)
+
+ -- Peter De Wachter <pdewacht at gmail.com>  Tue, 27 Nov 2007 00:13:28 +0100
+
 mu-cade (0.11.dfsg1-2) UNRELEASED; urgency=low
 
   [ Barry deFreese ]

Added: packages/trunk/mu-cade/debian/patches/fullscreen-option.patch
===================================================================
--- packages/trunk/mu-cade/debian/patches/fullscreen-option.patch	                        (rev 0)
+++ packages/trunk/mu-cade/debian/patches/fullscreen-option.patch	2007-11-26 23:15:44 UTC (rev 4780)
@@ -0,0 +1,14 @@
+Index: mu-cade-0.11.dfsg1/src/abagames/mcd/boot.d
+===================================================================
+--- mu-cade-0.11.dfsg1.orig/src/abagames/mcd/boot.d	2007-11-27 00:04:03.000000000 +0100
++++ mu-cade-0.11.dfsg1/src/abagames/mcd/boot.d	2007-11-27 00:04:22.000000000 +0100
+@@ -104,6 +104,9 @@
+       }
+       Screen.brightness = b;
+       break;
++    case "-fullscreen":
++      screen.windowMode = false;
++      break;
+     case "-window":
+       screen.windowMode = true;
+       break;

Modified: packages/trunk/mu-cade/debian/patches/series
===================================================================
--- packages/trunk/mu-cade/debian/patches/series	2007-11-26 20:45:55 UTC (rev 4779)
+++ packages/trunk/mu-cade/debian/patches/series	2007-11-26 23:15:44 UTC (rev 4780)
@@ -5,3 +5,4 @@
 window-resize.patch
 makefile.patch
 gdc-0.24-semantics-for-version.patch
+fullscreen-option.patch




More information about the Pkg-games-commits mailing list