[SCM] cute multiplayer platform game with bunnies branch, master, updated. c929d844630b09199eebf0c692009d1a35382459

Ansgar Burchardt ansgar at 2008.43-1.org
Mon Mar 2 22:40:43 UTC 2009


The following commit has been merged in the master branch:
commit ea83eb48ac5a0f87a487c17bdf28dd8021866b8f
Author: Ansgar Burchardt <ansgar at 2008.43-1.org>
Date:   Mon Mar 2 23:27:35 2009 +0100

    handle SQL quit event
    
    This patch makes Jump'n'bump quit when pressing the close button or
    using other means to ask Jump'n'bump to quit (e.g. Alt+F4).
    
    Closes: #487333

diff --git a/debian/patches/handle-SDL-quit-event.patch b/debian/patches/handle-SDL-quit-event.patch
new file mode 100644
index 0000000..7f9cdd1
--- /dev/null
+++ b/debian/patches/handle-SDL-quit-event.patch
@@ -0,0 +1,21 @@
+Subject: Handle SQL quit event
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Sat Dec 13 15:00:01 2008 +0100
+
+This patch makes Jump'n'bump quit when pressing the close button or
+using other means to ask Jump'n'bump to quit (e.g. Alt+F4).
+
+Closes: #487333
+
+--- jumpnbump.orig/sdl/interrpt.c
++++ jumpnbump/sdl/interrpt.c
+@@ -419,6 +419,9 @@
+ 				break;
+ 			}
+ 			break;
++		case SDL_QUIT:
++			deinit_program();
++			break;
+ 		default:
+ 			break;
+ 		}
diff --git a/debian/patches/series b/debian/patches/series
index 942e4be..93b44cd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ use-usr-share-games.patch
 do-not-link-libm.patch
 remove-outdated-network-info.patch
 remove-XF86Config-information.patch
+handle-SDL-quit-event.patch

-- 
cute multiplayer platform game with bunnies



More information about the Pkg-games-commits mailing list