From cb39bd158e65d0a96e47be5a20f57776102a2439 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 1 Mar 2017 13:14:50 -0500 Subject: [PATCH] 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 1187035fe669d2bfc77f600d2e5a8700eb1ff194. --- src/lib/ecore_wl2/ecore_wl2_window.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/ecore_wl2/ecore_wl2_window.c b/src/lib/ecore_wl2/ecore_wl2_window.c index bc9038a140..2e09cba9b9 100644 --- a/src/lib/ecore_wl2/ecore_wl2_window.c +++ b/src/lib/ecore_wl2/ecore_wl2_window.c @@ -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;