diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index b1ecb11db..4b8be3676 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -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;