devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=cb39bd158e65d0a96e47be5a20f57776102a2439

commit cb39bd158e65d0a96e47be5a20f57776102a2439
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Mar 1 13:14:50 2017 -0500

    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 bc9038a..2e09cba 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;
 

-- 


Reply via email to