diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-23 23:25:07 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-23 23:25:07 +0100 |
| commit | 4e3afe59683350983aa7ffece47e75c828f181d2 (patch) | |
| tree | 36e2fb8bb7642821a62b801eaaefa46ef6b411c5 /meta/packages/qemu/qemu-git/91-oh-sdl-cursor.patch | |
| parent | 79b7a566a29386b6075834a46c9c926d503581d9 (diff) | |
| download | poky-4e3afe59683350983aa7ffece47e75c828f181d2.tar.gz | |
qemu: Switch to git and version 0.10.5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/qemu/qemu-git/91-oh-sdl-cursor.patch')
| -rw-r--r-- | meta/packages/qemu/qemu-git/91-oh-sdl-cursor.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/qemu/qemu-git/91-oh-sdl-cursor.patch b/meta/packages/qemu/qemu-git/91-oh-sdl-cursor.patch new file mode 100644 index 0000000000..0d60c1c306 --- /dev/null +++ b/meta/packages/qemu/qemu-git/91-oh-sdl-cursor.patch | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | === modified file 'sdl.c' | ||
| 2 | --- | ||
| 3 | sdl.c | 2 +- | ||
| 4 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 5 | |||
| 6 | Index: 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 | } | ||
