From d0b4968cd24a0152e88396d40310cdbae9555a1f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 4 Dec 2007 13:58:45 +0000 Subject: qemu: Make 20071121 the default version and cleanup various file locations and recipes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3305 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../qemu/qemu-0.9.0+cvs20070613/91-oh-sdl-cursor.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/packages/qemu/qemu-0.9.0+cvs20070613/91-oh-sdl-cursor.patch (limited to 'meta/packages/qemu/qemu-0.9.0+cvs20070613/91-oh-sdl-cursor.patch') diff --git a/meta/packages/qemu/qemu-0.9.0+cvs20070613/91-oh-sdl-cursor.patch b/meta/packages/qemu/qemu-0.9.0+cvs20070613/91-oh-sdl-cursor.patch new file mode 100644 index 0000000000..5280a5bd4a --- /dev/null +++ b/meta/packages/qemu/qemu-0.9.0+cvs20070613/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-06-13 11:48:22.000000000 +0100 ++++ sdl.c 2007-06-13 11:51:56.000000000 +0100 +@@ -241,7 +241,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-54-g00ecf