From 3b9e54a65e40af0d751c74affc7b956f5d1bfea8 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Mon, 2 Oct 2006 15:30:24 +0000 Subject: Added hopefully fine qemu touchscreen related patches git-svn-id: https://svn.o-hand.com/repos/poky/trunk@782 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/qemu/files/qemu-sdl-cursor.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/packages/qemu/files/qemu-sdl-cursor.patch (limited to 'meta/packages/qemu/files/qemu-sdl-cursor.patch') diff --git a/meta/packages/qemu/files/qemu-sdl-cursor.patch b/meta/packages/qemu/files/qemu-sdl-cursor.patch new file mode 100644 index 000000000..aa195155c --- /dev/null +++ b/meta/packages/qemu/files/qemu-sdl-cursor.patch @@ -0,0 +1,11 @@ +--- qemu-0.8.2/sdl.c 2006-10-02 15:46:42.000000000 +0100 ++++ qemu-0.8.2-x/sdl.c 2006-10-02 15:47:02.000000000 +0100 +@@ -287,7 +287,7 @@ + { + 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