From abffcb30ec97e8b7fe50b51b323a63201f83190d Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Mon, 7 Aug 2006 16:10:27 +0000 Subject: Update to 0.8.2. PR: ports/101381 Submitted by: Juergen Lock (maintainer) --- emulators/qemu/files/patch-sdl.c | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 emulators/qemu/files/patch-sdl.c (limited to 'emulators/qemu/files/patch-sdl.c') diff --git a/emulators/qemu/files/patch-sdl.c b/emulators/qemu/files/patch-sdl.c deleted file mode 100644 index 68ea6cd4dc51..000000000000 --- a/emulators/qemu/files/patch-sdl.c +++ /dev/null @@ -1,23 +0,0 @@ -Index: qemu/sdl.c -@@ -280,13 +280,19 @@ - - static void sdl_hide_cursor(void) - { -- SDL_SetCursor(sdl_cursor_hidden); -+ if (kbd_mouse_is_absolute()) { -+ SDL_ShowCursor(1); -+ SDL_SetCursor(sdl_cursor_hidden); -+ } else { -+ SDL_ShowCursor(0); -+ } -+ - } - - static void sdl_show_cursor(void) - { - if (!kbd_mouse_is_absolute()) { -- SDL_SetCursor(sdl_cursor_normal); -+ SDL_ShowCursor(1); - } - } - -- cgit v1.2.3