diff options
author | Richard Purdie <richard@openedhand.com> | 2007-06-13 11:55:58 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-06-13 11:55:58 +0000 |
commit | c6a97a06968d062b742d458f86cb8fbf6ab63e99 (patch) | |
tree | 3b684d87ce2dcf944ddb0acf1a6c609c9b22036a /meta/packages/qemu/files/qemu-sdl-cursor.patch | |
parent | 4b747705b4adc0085f131e2b6bd8f01fe306e59b (diff) | |
download | poky-c6a97a06968d062b742d458f86cb8fbf6ab63e99.tar.gz |
qemu: Update to a recent version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1923 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/files/qemu-sdl-cursor.patch')
-rw-r--r-- | meta/packages/qemu/files/qemu-sdl-cursor.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/qemu/files/qemu-sdl-cursor.patch b/meta/packages/qemu/files/qemu-sdl-cursor.patch deleted file mode 100644 index bd6a51a1f5..0000000000 --- a/meta/packages/qemu/files/qemu-sdl-cursor.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Index: qemu/sdl.c | ||
2 | =================================================================== | ||
3 | --- qemu.orig/sdl.c 2006-10-02 17:06:12.000000000 +0100 | ||
4 | +++ qemu/sdl.c 2006-10-02 17:06:59.000000000 +0100 | ||
5 | @@ -287,7 +287,7 @@ | ||
6 | { | ||
7 | if (kbd_mouse_is_absolute()) { | ||
8 | SDL_ShowCursor(1); | ||
9 | - SDL_SetCursor(sdl_cursor_hidden); | ||
10 | + /* SDL_SetCursor(sdl_cursor_hidden); */ | ||
11 | } else { | ||
12 | SDL_ShowCursor(0); | ||
13 | } | ||