discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=2b50b6944898e6212ec725a6b0d9acc581a1d45d

commit 2b50b6944898e6212ec725a6b0d9acc581a1d45d
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Jul 24 13:24:56 2017 -0400

    Revert "only do configure for wl clients in commit when a buffer is 
attached"
    
    This reverts commit 9dcc4f632f7a086a27af866d42e146caa91bce79.
    
    this breaks some corner cases, must investigate further...
---
 src/bin/e_comp_wl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 7b0c83265..afefa76eb 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -1485,7 +1485,7 @@ _e_comp_wl_surface_state_commit(E_Client *ec, 
E_Comp_Wl_Surface_State *state)
           }
      }
 
-   if (state->new_attach && state->buffer)
+   if (state->new_attach)
      {
         if ((ec->comp_data->shell.surface) && (ec->comp_data->shell.configure))
           ec->comp_data->shell.configure(ec->comp_data->shell.surface,

-- 


Reply via email to