summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/qemu/files/disable-grabs.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/files/disable-grabs.patch b/meta/recipes-devtools/qemu/files/disable-grabs.patch
index 0e82cc8688..99ad00b2e3 100644
--- a/meta/recipes-devtools/qemu/files/disable-grabs.patch
+++ b/meta/recipes-devtools/qemu/files/disable-grabs.patch
@@ -55,7 +55,7 @@ index 39a42d6..6095aa6 100644
55 gui_grab = 0; 55 gui_grab = 0;
56 sdl_show_cursor(); 56 sdl_show_cursor();
57 sdl_update_caption(); 57 sdl_update_caption();
58@@ -909,7 +912,8 @@ void sdl_display_init(DisplayState *ds, int full_screen, int no_frame) 58@@ -909,6 +912,8 @@ void sdl_display_init(DisplayState *ds,
59 * This requires SDL >= 1.2.14. */ 59 * This requires SDL >= 1.2.14. */
60 setenv("SDL_DISABLE_LOCK_KEYS", "1", 1); 60 setenv("SDL_DISABLE_LOCK_KEYS", "1", 1);
61 61