summaryrefslogtreecommitdiff
path: root/libre/sdl-libre/sdl-1.2.14-fix-disappearing-cursor.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-01 15:17:44 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-01 15:17:44 -0300
commit84fa7ef387a1afd296a76a07cc13e3cf60136bda (patch)
treec7c502262f123cab425754fc92ca632608d91003 /libre/sdl-libre/sdl-1.2.14-fix-disappearing-cursor.patch
parenta27a5010f7ac0fcbcc801218c46e6f29da8bfd3d (diff)
parent63de4e9ca5937721972205d66493433a99af4c28 (diff)
Merge ssh://parabolagnulinux.org:1863/abslibre
Diffstat (limited to 'libre/sdl-libre/sdl-1.2.14-fix-disappearing-cursor.patch')
-rw-r--r--libre/sdl-libre/sdl-1.2.14-fix-disappearing-cursor.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/libre/sdl-libre/sdl-1.2.14-fix-disappearing-cursor.patch b/libre/sdl-libre/sdl-1.2.14-fix-disappearing-cursor.patch
deleted file mode 100644
index fcd3c314d..000000000
--- a/libre/sdl-libre/sdl-1.2.14-fix-disappearing-cursor.patch
+++ /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,