discomfitor pushed a commit to branch master.

commit 26f61cb50aa2204ac849f93c5cd7965a2c73f897
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Jun 24 09:35:34 2013 +0100

    block border comp geometry updates when pixmap has not been fetched
---
 src/bin/e_comp.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index ff6fdc3..4be2fee 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -484,7 +484,10 @@ _e_comp_win_geometry_update(E_Comp_Win *cw)
         return;
      }
    if (cw->bd)
-     x = cw->bd->x, y = cw->bd->y;
+     {
+        if (!cw->pixmap) return;
+        x = cw->bd->x, y = cw->bd->y;
+     }
    else if (cw->visible)
      x = cw->x, y = cw->y;
    else

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to