diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 4603ca441..ca908690d 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -271,7 +271,7 @@ _e_comp_cb_nocomp_end(E_Comp *c) E_CLIENT_FOREACH(c, ec) { e_client_redirected_set(ec, 1); - if (ec->visible) + if (ec->visible && (!ec->input_only)) e_comp_object_damage(ec->frame, 0, 0, ec->w, ec->h); } e_comp_render_queue(c);