mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 17:02:22 +02:00
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:
@@ -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);
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user