unadjust wl surface coords before applying position during commit

this seems to fix some positioning issues with internal wins
This commit is contained in:
Mike Blumenkrantz 2017-02-24 14:15:42 -05:00
parent 60213325fc
commit e7539003ba
1 changed files with 1 additions and 1 deletions

View File

@ -1387,7 +1387,7 @@ _e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state)
if (state->new_attach)
{
if (ec->changes.pos)
if (ec->changes.pos || ec->internal_elm_win)
e_comp_object_frame_xy_unadjust(ec->frame, ec->x, ec->y, &x, &y);
else
{