discomfitor pushed a commit to branch master.

commit c883ec1c25b2a43e7e107a6e8cd45611a19d71c4
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Apr 18 10:21:12 2013 +0100

    simplify comp win geom update check to only look at flag
---
 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 836c0f8..a707d71 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -875,7 +875,7 @@ _e_comp_win_update(E_Comp_Win *cw)
                }
           }
      }
-   if (cw->geom_update || (cw->pw != pw) || (cw->ph != ph)) 
_e_comp_win_geometry_update(cw);
+   if (cw->geom_update) _e_comp_win_geometry_update(cw);
    if ((cw->shobj) && (cw->obj))
      {
         if (pshaped != cw->shaped)

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to