slightly optimize maximize -> fullscreen protocol comms for wl clients

this is a no-op since a configure will be sent later
This commit is contained in:
Mike Blumenkrantz 2017-03-22 16:15:15 -04:00
parent af66d18d88
commit 26e2a96d1f
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,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))