aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qemu/qemu-0.10.3/91-oh-sdl-cursor.patch
blob: b3d95a45346b2eab5ae01f25f601d86746cef794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
=== modified file 'sdl.c'
---
 sdl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: sdl.c
===================================================================
--- sdl.c.orig	2008-04-24 20:15:45.000000000 +0100
+++ sdl.c	2008-04-24 20:16:12.000000000 +0100
@@ -247,7 +247,7 @@
 
     if (kbd_mouse_is_absolute()) {
         SDL_ShowCursor(1);
-        SDL_SetCursor(sdl_cursor_hidden);
+        /* SDL_SetCursor(sdl_cursor_hidden); */
     } else {
         SDL_ShowCursor(0);
     }