From 55be33fd92859684db70a605c33b2c99a2c1a0f3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 5 Jan 2009 15:56:31 +0000 Subject: qemu: Upgrade to latest svn removing a ton of merged patches (yay) --- .../qemu/qemu-0.9.1+svnr6190/91-oh-sdl-cursor.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/packages/qemu/qemu-0.9.1+svnr6190/91-oh-sdl-cursor.patch (limited to 'meta/packages/qemu/qemu-0.9.1+svnr6190/91-oh-sdl-cursor.patch') diff --git a/meta/packages/qemu/qemu-0.9.1+svnr6190/91-oh-sdl-cursor.patch b/meta/packages/qemu/qemu-0.9.1+svnr6190/91-oh-sdl-cursor.patch new file mode 100644 index 000000000..0d60c1c30 --- /dev/null +++ b/meta/packages/qemu/qemu-0.9.1+svnr6190/91-oh-sdl-cursor.patch @@ -0,0 +1,18 @@ +=== 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