discomfitor pushed a commit to branch master.

commit 07144c6c9253b41ebbf96abb75669c15604104b5
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jul 26 10:09:17 2013 +0100

    comp pixmap fetching before the window's first map will always fail, so 
it's enough to just let the render queue handle updating here
---
 src/bin/e_comp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 81d7ae8..c8dc6d7 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -2506,8 +2506,8 @@ _e_comp_win_show(E_Comp_Win *cw)
              cw->pw = 0;
              cw->ph = 0;
           }
-        if (!cw->win)
-          cw->dmg_updates = 1;
+        if (cw->win) return;
+        cw->dmg_updates = 1;
      }
    else
      cw->dmg_updates = 1;

-- 

------------------------------------------------------------------------------
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