force wl surface frame callbacks on commit for bufferless surfaces

#Kansas
This commit is contained in:
Mike Blumenkrantz 2015-08-07 13:47:38 -04:00
parent 262598a126
commit cae58cea9f
1 changed files with 2 additions and 1 deletions

View File

@ -2767,7 +2767,8 @@ 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);
if (!e_pixmap_usable_get(ec->pixmap))
e_pixmap_image_clear(ec->pixmap, 1);
ignored = ec->ignored;