ecore_wl2: Push out maximize 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:30:54 -05:00
parent da85d1330d
commit 1d1d2d76aa
1 changed files with 1 additions and 0 deletions

View File

@ -875,6 +875,7 @@ ecore_wl2_window_maximized_set(Ecore_Wl2_Window *window, Eina_Bool maximized)
if (window->zxdg_toplevel)
zxdg_toplevel_v6_unset_maximized(window->zxdg_toplevel);
}
ecore_wl2_display_flush(window->display);
}
EAPI Eina_Bool