fix fullscreen client place/adjust

This commit is contained in:
Mike Blumenkrantz 2014-01-20 21:33:11 -05:00
parent 0be9442140
commit 3addb45e79
1 changed files with 0 additions and 1 deletions

View File

@ -2564,7 +2564,6 @@ e_comp_object_frame_theme_set(Evas_Object *obj, const char *name)
w = cw->ec->w, h = cw->ec->h;
e_comp_object_frame_wh_unadjust(obj, w, h, &cw->ec->w, &cw->ec->h);
e_comp_object_frame_xy_unadjust(obj, cw->ec->x, cw->ec->y, &cw->ec->x, &cw->ec->y);
if ((cw->ec->w != w) || (cw->ec->h != h))
{
cw->ec->changes.size = 1;