discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=a579c2ec364ec67811e215657446b4fca991664a
commit a579c2ec364ec67811e215657446b4fca991664a Author: Mike Blumenkrantz <[email protected]> Date: Thu Aug 6 19:40:10 2015 -0400 force render update on wayland clients during commit an unmapped wayland client must still run post-render code to execute frame callbacks fixes terminology initial render with efl from git --- src/bin/e_comp_wl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index bdfda1b..8f13eb5 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2767,6 +2767,7 @@ e_comp_wl_surface_commit(E_Client *ec) Eina_Bool ignored; _e_comp_wl_surface_state_commit(ec, &ec->comp_data->pending); + e_comp_object_render_update_add(ec->frame); ignored = ec->ignored; --
