Revert "fix centering of elm wayland windows"

This reverts commit 1ec2a4e91c.

this may have fixed wayland window centering, but only because it effectively turns the function into a no-op instead of actually centering the window
This commit is contained in:
Mike Blumenkrantz 2015-01-13 17:24:33 -05:00
parent 2f09aa2fda
commit fc01bac0bf
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ _e_elm_win_trap_show(void *data, Evas_Object *o)
ctx->visible = 1;
evas_object_show(ctx->client->frame);
}
if (ctx->centered) e_comp_object_util_center(o);
if (ctx->centered) e_comp_object_util_center(ctx->client->frame);
return EINA_TRUE;
}