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
This commit is contained in:
Mike Blumenkrantz 2015-08-06 19:40:10 -04:00
parent 5bde1a8648
commit a579c2ec36
1 changed files with 1 additions and 0 deletions

View File

@ -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;