projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f691a8f
)
set client frame geometry for new internal wins based on ee geometry
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Tue, 20 Jan 2015 22:10:22 +0000
(17:10 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Wed, 21 Jan 2015 00:20:07 +0000
(19:20 -0500)
src/bin/e_win.c
patch
|
blob
|
history
diff --git
a/src/bin/e_win.c
b/src/bin/e_win.c
index 849f3111e0cb181cbe7f71e39be8d3481e00879b..85b76b29fdefbf6340014a1f69d8d3579835acec 100644
(file)
--- a/
src/bin/e_win.c
+++ b/
src/bin/e_win.c
@@
-120,6
+120,8
@@
_e_elm_win_trap_show(void *data, Evas_Object *o)
ctx->visible = 1;
evas_object_show(ctx->client->frame);
}
+ e_comp_object_frame_xy_adjust(ctx->client->frame, ctx->client->client.x, ctx->client->client.y, &ctx->client->x, &ctx->client->y);
+ e_comp_object_frame_wh_adjust(ctx->client->frame, ctx->client->client.w, ctx->client->client.h, &ctx->client->w, &ctx->client->h);
if (ctx->centered) e_comp_object_util_center(ctx->client->frame);
return EINA_TRUE;
}