discomfitor pushed a commit to branch master.

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

commit b17999de8d336b845e51587515ec7e322ed9c110
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Apr 8 16:03:28 2016 -0400

    do not sent wl *shell configures from resize callback during maximize
    
    this is spurious
---
 src/bin/e_comp_wl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 8de50c0..d912bee 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -613,6 +613,7 @@ _e_comp_wl_evas_cb_resize(void *data, Evas_Object *obj 
EINA_UNUSED, void *event
 
    if ((ec->shading) || (ec->shaded)) return;
    if (!ec->comp_data->shell.configure_send) return;
+   if (ec->comp_data->maximizing) return;
    if (e_client_util_resizing_get(ec) && e_comp_wl->resize.edges)
      {
         int x, y;

-- 


Reply via email to