diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-01 21:49:16 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-01 21:49:16 +0000 |
commit | 919c87c0767a6f43d7865d23a1458879e660339a (patch) | |
tree | eab2bb9cea60c202d68adef12fbe79011a8f4c93 /packages/qemu/qemu-0.9.0+cvs20071121/91-oh-sdl-cursor.patch | |
parent | 7891c2d7f2a49f364724841282fee1c98a2f0c47 (diff) |
qemu: Add 0.9.0+cvs20071121 from Poky. DEF_PREF = -1.
Diffstat (limited to 'packages/qemu/qemu-0.9.0+cvs20071121/91-oh-sdl-cursor.patch')
-rw-r--r-- | packages/qemu/qemu-0.9.0+cvs20071121/91-oh-sdl-cursor.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/qemu/qemu-0.9.0+cvs20071121/91-oh-sdl-cursor.patch b/packages/qemu/qemu-0.9.0+cvs20071121/91-oh-sdl-cursor.patch new file mode 100644 index 0000000000..0d60c1c306 --- /dev/null +++ b/packages/qemu/qemu-0.9.0+cvs20071121/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); + } |