unadjust frame coords when calculating wl surface placement during commit

ec->y -> unadjust -> ec->client.y
This commit is contained in:
Mike Blumenkrantz 2015-04-21 16:19:30 -04:00
parent f254531182
commit 0bad7b6025
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ _e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state)
_e_comp_wl_surface_state_size_update(ec, &ec->comp_data->pending);
if (ec->changes.pos)
e_comp_object_frame_xy_adjust(ec->frame, ec->x, ec->y, &x, &y);
e_comp_object_frame_xy_unadjust(ec->frame, ec->x, ec->y, &x, &y);
else
x = ec->client.x, y = ec->client.y;