comp pending resizes should not require both w+h to change

This commit is contained in:
Mike Blumenkrantz 2014-12-29 20:42:27 -05:00
parent ac7a786b59
commit 41f4f28114
1 changed files with 1 additions and 1 deletions

View File

@ -878,7 +878,7 @@ _e_comp_intercept_resize(void *data, Evas_Object *obj, int w, int h)
return;
}
if ((!cw->ec->internal) && e_client_util_resizing_get(cw->ec) && cw->ec->netwm.sync.request &&
((cw->ec->w != w) && (cw->ec->h != h)))
((cw->ec->w != w) || (cw->ec->h != h)))
{
/* this is ugly. */
//INF("PENDING %dx%d", iw, ih);