Revert "ecore-wl2: Send surface_commit after ack_configure"

Reverting this as apparently one source says to send a commit after
ack_configure, and another source says its wrong...

This reverts commit 1187035fe6.
This commit is contained in:
Chris Michael 2017-03-01 13:14:50 -05:00
parent ce65b59d5a
commit cb39bd158e
1 changed files with 1 additions and 3 deletions

View File

@ -185,11 +185,9 @@ _zxdg_surface_cb_configure(void *data, struct zxdg_surface_v6 *zxdg_surface, uin
Ecore_Wl2_Window *window;
Ecore_Wl2_Event_Window_Configure_Complete *ev;
window = data;
zxdg_surface_v6_ack_configure(zxdg_surface, serial);
wl_surface_commit(window->surface);
window = data;
if (!window->pending.configure) return;
window->pending.configure = EINA_FALSE;