From cae58cea9f1023f39ab465e34a482f8445fa719b Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 7 Aug 2015 13:47:38 -0400 Subject: [PATCH] force wl surface frame callbacks on commit for bufferless surfaces #Kansas --- src/bin/e_comp_wl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 8f13eb52e..6d4b2674b 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -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;