Author: baby-guest Date: 2007-08-08 14:44:59 +0000 (Wed, 08 Aug 2007) New Revision: 3589
Added: packages/trunk/hex-a-hop/debian/patches/minimal-sdl-init.patch Removed: packages/trunk/hex-a-hop/debian/patches/fix_sdl_init.patch Modified: packages/trunk/hex-a-hop/debian/patches/series Log: Fixed patch Deleted: packages/trunk/hex-a-hop/debian/patches/fix_sdl_init.patch =================================================================== --- packages/trunk/hex-a-hop/debian/patches/fix_sdl_init.patch 2007-08-08 14:37:14 UTC (rev 3588) +++ packages/trunk/hex-a-hop/debian/patches/fix_sdl_init.patch 2007-08-08 14:44:59 UTC (rev 3589) @@ -1,4 +0,0 @@ -_______________________________________________ -Pkg-games-devel mailing list [EMAIL PROTECTED] -http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel \ No newline at end of file Added: packages/trunk/hex-a-hop/debian/patches/minimal-sdl-init.patch =================================================================== --- packages/trunk/hex-a-hop/debian/patches/minimal-sdl-init.patch (rev 0) +++ packages/trunk/hex-a-hop/debian/patches/minimal-sdl-init.patch 2007-08-08 14:44:59 UTC (rev 3589) @@ -0,0 +1,12 @@ +diff -ur hex-a-hop-0.0.20070315/gfx.cpp hex-a-hop/gfx.cpp +--- hex-a-hop-0.0.20070315/gfx.cpp 2007-07-06 16:18:54.000000000 +0200 ++++ hex-a-hop/gfx.cpp 2007-08-08 14:27:34.000000000 +0200 +@@ -197,7 +197,7 @@ + SDL_Flip(screen); + */ + +- SDL_Init(SDL_INIT_EVERYTHING | SDL_INIT_NOPARACHUTE); ++ SDL_Init(SDL_INIT_VIDEO | SDL_INIT_NOPARACHUTE); + + SDL_Surface* icon = SDL_LoadBMP("graphics/icon.bmp"); + if (icon) Modified: packages/trunk/hex-a-hop/debian/patches/series =================================================================== --- packages/trunk/hex-a-hop/debian/patches/series 2007-08-08 14:37:14 UTC (rev 3588) +++ packages/trunk/hex-a-hop/debian/patches/series 2007-08-08 14:44:59 UTC (rev 3589) @@ -1,5 +1,5 @@ endianess.patch -fix_sdl_init.patch +minimal-sdl-init.patch proper_directories.patch gettext_i18n.patch patch-hex-a-hop-better-than-par.diff _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

