discomfitor pushed a commit to branch master.

commit a5f886ca9090fda8c3ddeb0d3954a68cb00deb4c
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jul 26 12:21:41 2013 +0100

    a comp win resize is only a damage event if the window is visible
---
 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 e3fc7cc..c9d0d26 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -2785,7 +2785,7 @@ _e_comp_win_configure(E_Comp_Win *cw, int x, int y, int 
w, int h, int border)
              cw->w = w;
              cw->h = h;
              resized = EINA_TRUE;
-             if ((!cw->bd) || ((!cw->bd->shading) && (!cw->bd->shaded)))
+             if (cw->visible && ((!cw->bd) || ((!cw->bd->shading) && 
(!cw->bd->shaded))))
                {
                   cw->needpix = 1;
                   // was cw->w / cw->h

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to