This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch experimental in repository wxmupen64plus.
commit 39ab661447354cf8691f0033e2a6d7b92ef4a2cb Author: Sven Eckelmann <[email protected]> Date: Mon May 16 20:08:44 2011 +0200 Enable single window mode --- debian/patches/install_games.patch | 2 +- debian/patches/series | 1 + debian/patches/single_window.patch | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/debian/patches/install_games.patch b/debian/patches/install_games.patch index 5a67a7a..97d0443 100644 --- a/debian/patches/install_games.patch +++ b/debian/patches/install_games.patch @@ -3,7 +3,7 @@ Author: Sven Eckelmann <[email protected]> --- diff --git a/wscript b/wscript -index cf314298259793ec42a7e4a2d6b3b221ea87a4a5..9541c7fb72545a427f3a58d7481b5d6416a1d7ba 100644 +index 3f56a7956eaa2f48bb13924d7650cf75dd8d8200..193c313daff18b1bfaf1e5ffa964c9a6e427363c 100644 --- a/wscript +++ b/wscript @@ -115,7 +115,7 @@ def build(bld): diff --git a/debian/patches/series b/debian/patches/series index 876fb9f..a83020f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ install_games.patch +single_window.patch diff --git a/debian/patches/single_window.patch b/debian/patches/single_window.patch new file mode 100644 index 0000000..1059fa2 --- /dev/null +++ b/debian/patches/single_window.patch @@ -0,0 +1,20 @@ +Description: Enable single window mode on linux +Author: Sven Eckelmann <[email protected]> + +--- +diff --git a/mupen64plusplus/MupenAPIpp.h b/mupen64plusplus/MupenAPIpp.h +index 70f7b051fdb78c182a72fe24b944eee7dfc4efb5..b0ccb7c7163e09f501406ad57ebf5b5033726e22 100644 +--- a/mupen64plusplus/MupenAPIpp.h ++++ b/mupen64plusplus/MupenAPIpp.h +@@ -438,11 +438,7 @@ public: + int reloadPlugins(); + + // TODO: make it configurable whether to use video extension +-#ifdef __WXGTK__ +- bool useVideoExtension() { return false; } +-#else + bool useVideoExtension() { return true; } +-#endif + }; + + #endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wxmupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

