1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 14:09:47 +00:00
Files
poky/meta/packages/qemu/files/qemu-sdl-cursor.patch
Richard Purdie 16bcfe9956 qemu: Fix patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@783 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-02 15:56:15 +00:00

14 lines
421 B
Diff

Index: qemu/sdl.c
===================================================================
--- qemu.orig/sdl.c 2006-10-02 17:06:12.000000000 +0100
+++ qemu/sdl.c 2006-10-02 17:06:59.000000000 +0100
@@ -287,7 +287,7 @@
{
if (kbd_mouse_is_absolute()) {
SDL_ShowCursor(1);
- SDL_SetCursor(sdl_cursor_hidden);
+ /* SDL_SetCursor(sdl_cursor_hidden); */
} else {
SDL_ShowCursor(0);
}