summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu-0.9.0+cvs20071121/91-oh-sdl-cursor.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-02 11:14:28 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-02 11:14:28 +0000
commit7eed7c05fdb54e30976eb6599637786e2260f432 (patch)
treea9b652c4ea7c353f93533a069a0f56f53b6bf59b /meta/packages/qemu/qemu-0.9.0+cvs20071121/91-oh-sdl-cursor.patch
parent8ff44c1f07bd9e0d9a98b1b68e4739dbb71f4f3b (diff)
downloadpoky-7eed7c05fdb54e30976eb6599637786e2260f432.tar.gz
qemu: upgrade 20071121 -> 20071230 to fix problems with target mmap'd regions overlapping with the host system libraries
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3397 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/qemu-0.9.0+cvs20071121/91-oh-sdl-cursor.patch')
-rw-r--r--meta/packages/qemu/qemu-0.9.0+cvs20071121/91-oh-sdl-cursor.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/qemu/qemu-0.9.0+cvs20071121/91-oh-sdl-cursor.patch b/meta/packages/qemu/qemu-0.9.0+cvs20071121/91-oh-sdl-cursor.patch
deleted file mode 100644
index 0d60c1c306..0000000000
--- a/meta/packages/qemu/qemu-0.9.0+cvs20071121/91-oh-sdl-cursor.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1=== modified file 'sdl.c'
2---
3 sdl.c | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6Index: sdl.c
7===================================================================
8--- sdl.c.orig 2007-12-03 19:32:15.000000000 +0000
9+++ sdl.c 2007-12-03 19:34:04.000000000 +0000
10@@ -247,7 +247,7 @@ static void sdl_hide_cursor(void)
11
12 if (kbd_mouse_is_absolute()) {
13 SDL_ShowCursor(1);
14- SDL_SetCursor(sdl_cursor_hidden);
15+ /* SDL_SetCursor(sdl_cursor_hidden); */
16 } else {
17 SDL_ShowCursor(0);
18 }