discomfitor pushed a commit to branch enlightenment-0.19.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=72366e49f942bde1e7fb886c692d31a532c1d921

commit 72366e49f942bde1e7fb886c692d31a532c1d921
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Sep 16 10:37:28 2014 -0400

    don't add nocomp damages for input-only windows
---
 src/bin/e_comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 4603ca4..ca90869 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);

-- 


Reply via email to