[Pkg-sdl-commits] [SCM] Debian packaging of SDL 1.2 branch, master, updated. debian/1.2.15-1

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Mon Jan 23 00:22:36 UTC 2012


The following commit has been merged in the master branch:
commit b4fbece87aa24a1ca3a694d20005feee815ea7bc
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Sun Jan 22 17:39:53 2012 +0000

    Remove patch disappearingcursor.diff, it was applied upstream (changeset 4557 4aa31b9207f2)

diff --git a/debian/patches/disappearingcursor.diff b/debian/patches/disappearingcursor.diff
deleted file mode 100644
index fcd3c31..0000000
--- a/debian/patches/disappearingcursor.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: SDL-1.2.14/src/video/x11/SDL_x11events.c
-===================================================================
---- SDL-1.2.14.orig/src/video/x11/SDL_x11events.c	2010-04-30 09:16:35.000000000 -0400
-+++ SDL-1.2.14/src/video/x11/SDL_x11events.c	2010-04-30 09:16:35.000000000 -0400
-@@ -444,8 +444,10 @@
- if ( xevent.xcrossing.mode == NotifyUngrab )
- printf("Mode: NotifyUngrab\n");
- #endif
--		if ( xevent.xcrossing.detail != NotifyInferior ) {
--			if ( this->input_grab == SDL_GRAB_OFF ) {
-+		if ( (xevent.xcrossing.mode != NotifyGrab) &&
-+		     (xevent.xcrossing.mode != NotifyUngrab) &&
-+		     (xevent.xcrossing.detail != NotifyInferior) ) {
-+               		if ( this->input_grab == SDL_GRAB_OFF ) {
- 				posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS);
- 			} else {
- 				posted = SDL_PrivateMouseMotion(0, 0,
diff --git a/debian/patches/series b/debian/patches/series
index 2fcfc97..dbf7b4f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,4 +7,3 @@ check_SDL_NOKBD_environment_variable.diff
 joystick_crash.diff
 dont_propagate_lpthread.diff
 fixmouseclicks.diff
-disappearingcursor.diff

-- 
Debian packaging of SDL 1.2



More information about the pkg-sdl-commits mailing list