don't add nocomp damages for input-only windows
authorMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 16 Sep 2014 14:37:28 +0000 (10:37 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 16 Sep 2014 14:37:28 +0000 (10:37 -0400)
src/bin/e_comp.c

index 4603ca4..ca90869 100644 (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);