[redeclipse] 11/26: Add windowed-by-default.patch
Markus Koschany
apo at moszumanska.debian.org
Sun Aug 28 15:31:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository redeclipse.
commit 7964a76e4b25983b90ace9e050eb09c1e0ff2c94
Author: Markus Koschany <apo at debian.org>
Date: Sat Aug 27 01:11:05 2016 +0200
Add windowed-by-default.patch
---
debian/patches/windowed-by-default.patch | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/debian/patches/windowed-by-default.patch b/debian/patches/windowed-by-default.patch
new file mode 100644
index 0000000..7b67a12
--- /dev/null
+++ b/debian/patches/windowed-by-default.patch
@@ -0,0 +1,21 @@
+From: Markus Koschany <apo at debian.org>
+Date: Sat, 27 Aug 2016 00:58:08 +0200
+Subject: windowed by default
+
+---
+ src/engine/main.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/engine/main.cpp b/src/engine/main.cpp
+index c3ec1d0..7fa42a1 100644
+--- a/src/engine/main.cpp
++++ b/src/engine/main.cpp
+@@ -235,7 +235,7 @@ void setfullscreen(bool enable)
+ }
+ }
+
+-VARF(0, fullscreen, 0, 1, 1, if(!(identflags&IDF_WORLD)) setfullscreen(fullscreen!=0));
++VARF(0, fullscreen, 0, 0, 1, if(!(identflags&IDF_WORLD)) setfullscreen(fullscreen!=0));
+
+ void resetfullscreen()
+ {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git
More information about the Pkg-games-commits
mailing list