discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=60a1dfaf4f760f4c337ce0a0407762a9dbadb3b6
commit 60a1dfaf4f760f4c337ce0a0407762a9dbadb3b6 Author: Mike Blumenkrantz <[email protected]> Date: Tue Oct 13 13:25:15 2015 -0400 remove duplicate surface size update for wayland clients during commit this has already happened in e_comp_wl_surface_attach() --- src/bin/e_comp_wl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 0e241b2..1699d83 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -1011,8 +1011,6 @@ _e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state) if (state->new_attach) { - _e_comp_wl_surface_state_size_update(ec, &ec->comp_data->pending); - if (ec->changes.pos) e_comp_object_frame_xy_unadjust(ec->frame, ec->x, ec->y, &x, &y); else --
