summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2017-03-01 13:14:50 -0500
committerChris Michael <cp.michael@samsung.com>2017-03-01 13:14:50 -0500
commitcb39bd158e65d0a96e47be5a20f57776102a2439 (patch)
treeb01ca2163812172fc748f73a076db472137abf90
parentce65b59d5ab53707e3ee218f7ef896c314c39bf0 (diff)
downloadefl-cb39bd158e65d0a96e47be5a20f57776102a2439.tar.gz
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.
-rw-r--r--src/lib/ecore_wl2/ecore_wl2_window.c4
1 files changed, 1 insertions, 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;