discomfitor pushed a commit to branch master.

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

commit 7fe67cf1877c734c75603a56705a9d29d4810132
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Mar 22 16:15:15 2017 -0400

    slightly optimize maximize -> fullscreen protocol comms for wl clients
    
    this is a no-op since a configure will be sent later
---
 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 5978379..f1ed45c 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -804,7 +804,7 @@ _e_comp_wl_evas_cb_unmaximize_pre(void *data, Evas_Object 
*obj EINA_UNUSED, void
    E_Client *ec = data;
    E_Maximize *max = event_info;
 
-   if (e_object_is_del(E_OBJECT(ec))) return;
+   if (ec->need_fullscreen || e_object_is_del(E_OBJECT(ec))) return;
    if (ec->comp_data->in_commit)
      ec->comp_data->maximizing = 1;
    else if (!e_client_has_xwindow(ec))

-- 


Reply via email to