diff options
-rw-r--r-- | devel/sdl/files/patch-ao | 13 | ||||
-rw-r--r-- | devel/sdl10/files/patch-ao | 13 |
2 files changed, 22 insertions, 4 deletions
diff --git a/devel/sdl/files/patch-ao b/devel/sdl/files/patch-ao index d4826b4a9384..d5c4f96f703d 100644 --- a/devel/sdl/files/patch-ao +++ b/devel/sdl/files/patch-ao @@ -1,5 +1,5 @@ ---- src/video/svga/SDL_svgavideo.c 2000/08/29 19:51:53 1.1 -+++ src/video/svga/SDL_svgavideo.c 2000/08/29 19:53:18 +--- src/video/svga/SDL_svgavideo.c.orig Wed Nov 24 01:46:25 1999 ++++ src/video/svga/SDL_svgavideo.c Wed Sep 6 13:32:37 2000 @@ -33,7 +33,7 @@ #include <unistd.h> #include <sys/stat.h> @@ -9,3 +9,12 @@ #include <vga.h> #include <vgamouse.h> #include <vgakeyboard.h> +@@ -328,7 +328,7 @@ + vga_modeinfo *modeinfo; + + /* Since SVGAlib 1.40 leaks the mouse here, we have to close it */ +- mouse_close(); ++ /* mouse_close(); */ + + /* Try to set the requested linear video mode */ + bpp = (bpp+7)/8-1; diff --git a/devel/sdl10/files/patch-ao b/devel/sdl10/files/patch-ao index d4826b4a9384..d5c4f96f703d 100644 --- a/devel/sdl10/files/patch-ao +++ b/devel/sdl10/files/patch-ao @@ -1,5 +1,5 @@ ---- src/video/svga/SDL_svgavideo.c 2000/08/29 19:51:53 1.1 -+++ src/video/svga/SDL_svgavideo.c 2000/08/29 19:53:18 +--- src/video/svga/SDL_svgavideo.c.orig Wed Nov 24 01:46:25 1999 ++++ src/video/svga/SDL_svgavideo.c Wed Sep 6 13:32:37 2000 @@ -33,7 +33,7 @@ #include <unistd.h> #include <sys/stat.h> @@ -9,3 +9,12 @@ #include <vga.h> #include <vgamouse.h> #include <vgakeyboard.h> +@@ -328,7 +328,7 @@ + vga_modeinfo *modeinfo; + + /* Since SVGAlib 1.40 leaks the mouse here, we have to close it */ +- mouse_close(); ++ /* mouse_close(); */ + + /* Try to set the requested linear video mode */ + bpp = (bpp+7)/8-1; |