ecore_wl2: Push out fullscreen set with a display flush

We want this request to get to the compositor as soon as possible.
This commit is contained in:
Derek Foreman 2017-10-11 15:26:29 -05:00
parent 159a5beb27
commit da85d1330d
1 changed files with 1 additions and 0 deletions

View File

@ -910,6 +910,7 @@ ecore_wl2_window_fullscreen_set(Ecore_Wl2_Window *window, Eina_Bool fullscreen)
if (window->zxdg_toplevel)
zxdg_toplevel_v6_unset_fullscreen(window->zxdg_toplevel);
}
ecore_wl2_display_flush(window->display);
}
EAPI int