diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-01-28 15:01:26 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-01-28 15:01:26 +0000 |
commit | 2a7d6f00f3b73eef0a1e83829fabc79577ec60af (patch) | |
tree | 2fbcddcd60cd12f81b262b07893c549babe8a6cf /packages/qemu/qemu-0.9.0+cvs20070613/91-oh-sdl-cursor.patch | |
parent | 37630086504c668adf55b3709f6e9b908cb07884 (diff) |
qemu: Remove versions with negative default preferences and cleanup
Diffstat (limited to 'packages/qemu/qemu-0.9.0+cvs20070613/91-oh-sdl-cursor.patch')
-rw-r--r-- | packages/qemu/qemu-0.9.0+cvs20070613/91-oh-sdl-cursor.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/qemu/qemu-0.9.0+cvs20070613/91-oh-sdl-cursor.patch b/packages/qemu/qemu-0.9.0+cvs20070613/91-oh-sdl-cursor.patch new file mode 100644 index 0000000000..5280a5bd4a --- /dev/null +++ b/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); + } |