qemu: Fix broken patch

(From OE-Core rev: 9934141d5df9d334f7f7f76e1990234af8a25a63)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-09-18 20:55:30 +00:00
parent 4ed858bc76
commit 853bc53cd5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ index 39a42d6..6095aa6 100644
gui_grab = 0;
sdl_show_cursor();
sdl_update_caption();
@@ -909,7 +912,8 @@ void sdl_display_init(DisplayState *ds, int full_screen, int no_frame)
@@ -909,6 +912,8 @@ void sdl_display_init(DisplayState *ds,
* This requires SDL >= 1.2.14. */
setenv("SDL_DISABLE_LOCK_KEYS", "1", 1);