[redeclipse] 07/26: Drop windowed-by-default.patch

Markus Koschany apo at moszumanska.debian.org
Sun Aug 28 15:31:39 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 f40292e1989ebd2ad34da0013af902c02ca9f994
Author: Markus Koschany <apo at debian.org>
Date:   Sat Aug 27 00:56:56 2016 +0200

    Drop windowed-by-default.patch
---
 debian/patches/series                    |  1 -
 debian/patches/windowed-by-default.patch | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 18371e9..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-windowed-by-default.patch
diff --git a/debian/patches/windowed-by-default.patch b/debian/patches/windowed-by-default.patch
deleted file mode 100644
index 1b0848d..0000000
--- a/debian/patches/windowed-by-default.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Start in windowed mode by default
- Debian Games team has a preference for games starting in windoed mode, since
- fullscreen SDL will capture all keyboard input and make the user unable to
- escape via alt-tab, change volume, or exit sanely in the case of the
- application locking up.
-Forwarded: not-needed
-Author: Martin Erik Werner <martinerikwerner at gmail.com>
-Last-Update: 2011-12-13
-
-Index: redeclipse-debian/src/engine/main.cpp
-===================================================================
---- redeclipse-debian.orig/src/engine/main.cpp
-+++ redeclipse-debian/src/engine/main.cpp
-@@ -247,7 +247,7 @@ void setfullscreen(bool enable, bool for
- #endif
- }
- 
--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 screenres(int *w, int *h)
- {

-- 
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