summaryrefslogtreecommitdiff
path: root/meta/packages/qemu/files/91-oh-sdl-cursor.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-12-04 13:58:45 +0000
committerRichard Purdie <richard@openedhand.com>2007-12-04 13:58:45 +0000
commitd0b4968cd24a0152e88396d40310cdbae9555a1f (patch)
tree0ec4da2bbbbfcc7300780589135c01a3430ff774 /meta/packages/qemu/files/91-oh-sdl-cursor.patch
parent1fbde4b0c426c59695eb19e3785718dddf62632c (diff)
downloadopenembedded-core-d0b4968cd24a0152e88396d40310cdbae9555a1f.tar.gz
openembedded-core-d0b4968cd24a0152e88396d40310cdbae9555a1f.tar.bz2
openembedded-core-d0b4968cd24a0152e88396d40310cdbae9555a1f.tar.xz
openembedded-core-d0b4968cd24a0152e88396d40310cdbae9555a1f.zip
qemu: Make 20071121 the default version and cleanup various file locations and recipes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3305 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/files/91-oh-sdl-cursor.patch')
-rw-r--r--meta/packages/qemu/files/91-oh-sdl-cursor.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/qemu/files/91-oh-sdl-cursor.patch b/meta/packages/qemu/files/91-oh-sdl-cursor.patch
deleted file mode 100644
index 5280a5bd4..000000000
--- a/meta/packages/qemu/files/91-oh-sdl-cursor.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-=== modified file 'sdl.c'
----
- sdl.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: sdl.c
-===================================================================
---- sdl.c.orig 2007-06-13 11:48:22.000000000 +0100
-+++ sdl.c 2007-06-13 11:51:56.000000000 +0100
-@@ -241,7 +241,7 @@ static void sdl_hide_cursor(void)
-
- if (kbd_mouse_is_absolute()) {
- SDL_ShowCursor(1);
-- SDL_SetCursor(sdl_cursor_hidden);
-+ /* SDL_SetCursor(sdl_cursor_hidden); */
- } else {
- SDL_ShowCursor(0);
- }