mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Removed an unneeded patch from the SDL-1.2-hg patch which only added a blank line to one of the files. No functional changes made.
This commit is contained in:
@@ -1,14 +1,3 @@
|
||||
diff -Naur libsdl-1.2-hg/src/video/SDL_cursor.c libsdl-1.2-hg-haiku/src/video/SDL_cursor.c
|
||||
--- libsdl-1.2-hg/src/video/SDL_cursor.c 2011-05-02 18:59:37.000000000 -0300
|
||||
+++ libsdl-1.2-hg-haiku/src/video/SDL_cursor.c 2011-05-02 19:01:04.324796416 -0300
|
||||
@@ -729,6 +729,7 @@
|
||||
if ( SDL_MUSTLOCK(screen) ) {
|
||||
SDL_UnlockSurface(screen);
|
||||
}
|
||||
+
|
||||
if ( (screen == SDL_VideoSurface) &&
|
||||
((screen->flags & SDL_HWSURFACE) != SDL_HWSURFACE) ) {
|
||||
SDL_VideoDevice *video = current_video;
|
||||
diff -Naur libsdl-1.2-hg/src/video/bwindow/SDL_BWin.h libsdl-1.2-hg-haiku/src/video/bwindow/SDL_BWin.h
|
||||
--- libsdl-1.2-hg/src/video/bwindow/SDL_BWin.h 2011-05-02 18:59:38.000000000 -0300
|
||||
+++ libsdl-1.2-hg-haiku/src/video/bwindow/SDL_BWin.h 2011-05-02 19:04:14.842792960 -0300
|
||||
|
||||
Reference in New Issue
Block a user