diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-09 11:16:08 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-09 11:16:08 +0000 |
| commit | 3e5646fce1af97a8bde8a740da4ee0c58bf42ebd (patch) | |
| tree | 2d5c0dc86ac168f2b3ae135d5d66ba84e36f9478 /meta/packages/qemu/qemu-0.9.1/91-oh-sdl-cursor.patch | |
| parent | 03e591a793512342acac958597047f34a9d5bfbe (diff) | |
| download | poky-3e5646fce1af97a8bde8a740da4ee0c58bf42ebd.tar.gz | |
qemu: upgrade CVS snapshot 20071230 to 0.9.1 release
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3435 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/qemu-0.9.1/91-oh-sdl-cursor.patch')
| -rw-r--r-- | meta/packages/qemu/qemu-0.9.1/91-oh-sdl-cursor.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/qemu/qemu-0.9.1/91-oh-sdl-cursor.patch b/meta/packages/qemu/qemu-0.9.1/91-oh-sdl-cursor.patch new file mode 100644 index 0000000000..0d60c1c306 --- /dev/null +++ b/meta/packages/qemu/qemu-0.9.1/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 | } | ||
