don't add nocomp damages for input-only windows

This commit is contained in:
Mike Blumenkrantz 2014-09-16 10:37:28 -04:00
parent 8341f10634
commit 56f898d36c
1 changed files with 1 additions and 1 deletions

View File

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