diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index b6e468662..97ed02619 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2768,7 +2768,7 @@ e_comp_wl_surface_commit(E_Client *ec) Eina_Bool ignored; _e_comp_wl_surface_state_commit(ec, &ec->comp_data->pending); - if (!e_pixmap_usable_get(ec->pixmap)) + if (!e_comp_object_damage_exists(ec->frame)) e_pixmap_image_clear(ec->pixmap, 1); ignored = ec->ignored;