diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-10-02 15:30:24 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-10-02 15:30:24 +0000 |
commit | 3b9e54a65e40af0d751c74affc7b956f5d1bfea8 (patch) | |
tree | a2bd79df60074e82bb1ffd3d3ab4d3ee4b8b2074 /meta/packages/qemu/files/qemu-sdl-cursor.patch | |
parent | 823c8456557a55de67784d0a152e2b311744a598 (diff) | |
download | openembedded-core-3b9e54a65e40af0d751c74affc7b956f5d1bfea8.tar.gz openembedded-core-3b9e54a65e40af0d751c74affc7b956f5d1bfea8.tar.bz2 openembedded-core-3b9e54a65e40af0d751c74affc7b956f5d1bfea8.zip |
Added hopefully fine qemu touchscreen related patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@782 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/files/qemu-sdl-cursor.patch')
-rw-r--r-- | meta/packages/qemu/files/qemu-sdl-cursor.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 0000000000..aa195155c5 --- /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); + } |