From 3addb45e793df79a0d497b872f45ce4bcc9500f2 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 20 Jan 2014 21:33:11 -0500 Subject: [PATCH] fix fullscreen client place/adjust --- src/bin/e_comp_object.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 169b6f30b..ae9ce9e3b 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -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;