qemu: Fix patch

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@783 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-10-02 15:56:15 +00:00
parent 3b9e54a65e
commit 16bcfe9956
2 changed files with 6 additions and 4 deletions

View File

@@ -1,10 +1,12 @@
--- qemu-0.8.2/sdl.c 2006-10-02 15:46:42.000000000 +0100
+++ qemu-0.8.2-x/sdl.c 2006-10-02 15:47:02.000000000 +0100
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);
+ /* SDL_SetCursor(sdl_cursor_hidden); */
} else {
SDL_ShowCursor(0);

View File

@@ -4,7 +4,7 @@ PR = "r1"
SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \
file://configure.patch;patch=1 \
file://qemu-sdl-cursor.patch;patch=0 \
file://qemu-sdl-cursor.patch;patch=1 \
file://arm_nptl.patch;patch=1 \
file://pl110_rgb-r0.patch;patch=1 \
file://qemu-pci-irq-sharing.patch;patch=1 \