do not sent wl *shell configures from resize callback during maximize

this is spurious
This commit is contained in:
Mike Blumenkrantz 2016-04-08 16:03:28 -04:00
parent a7adf21c88
commit b17999de8d
1 changed files with 1 additions and 0 deletions

View File

@ -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;