From be24aaa96c007edb30210dac9f873f0477395beb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 9 Jun 2009 22:16:58 +0100 Subject: qemu: Drop a ton of old now mostly inappropriate patches and update the qemugl passthrough patch Signed-off-by: Richard Purdie --- meta/packages/qemu/qemu-git/91-oh-sdl-cursor.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta/packages/qemu/qemu-git/91-oh-sdl-cursor.patch (limited to 'meta/packages/qemu/qemu-git/91-oh-sdl-cursor.patch') diff --git a/meta/packages/qemu/qemu-git/91-oh-sdl-cursor.patch b/meta/packages/qemu/qemu-git/91-oh-sdl-cursor.patch deleted file mode 100644 index 0d60c1c30..000000000 --- a/meta/packages/qemu/qemu-git/91-oh-sdl-cursor.patch +++ /dev/null @@ -1,18 +0,0 @@ -=== modified file 'sdl.c' ---- - sdl.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: sdl.c -=================================================================== ---- sdl.c.orig 2007-12-03 19:32:15.000000000 +0000 -+++ sdl.c 2007-12-03 19:34:04.000000000 +0000 -@@ -247,7 +247,7 @@ static void sdl_hide_cursor(void) - - if (kbd_mouse_is_absolute()) { - SDL_ShowCursor(1); -- SDL_SetCursor(sdl_cursor_hidden); -+ /* SDL_SetCursor(sdl_cursor_hidden); */ - } else { - SDL_ShowCursor(0); - } -- cgit v1.2.3