]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qemu/files/qemu-sdl-cursor.patch
updated to qemu 0.82 from oe.dev to familiar with patches to enable building with...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qemu / files / qemu-sdl-cursor.patch
1 Index: qemu/sdl.c
2 ===================================================================
3 --- qemu.orig/sdl.c     2006-10-02 17:06:12.000000000 +0100
4 +++ qemu/sdl.c  2006-10-02 17:06:59.000000000 +0100
5 @@ -287,7 +287,7 @@
6  {
7      if (kbd_mouse_is_absolute()) {
8          SDL_ShowCursor(1);
9 -        SDL_SetCursor(sdl_cursor_hidden);
10 +        /* SDL_SetCursor(sdl_cursor_hidden); */
11      } else {
12          SDL_ShowCursor(0);
13      }