discomfitor pushed a commit to branch master.

commit 048b7743a9d242936d88743e3ff6dfd6b9716919
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu May 30 11:45:21 2013 +0100

    block comp win configure updates for borders
---
 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 3565b11..0137132 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -3022,9 +3022,9 @@ _e_comp_configure(void *data EINA_UNUSED, int type 
EINA_UNUSED, void *event)
           }
      }
 
-   if (!((cw->x == ev->x) && (cw->y == ev->y) &&
+   if ((!cw->bd) && (!((cw->x == ev->x) && (cw->y == ev->y) &&
          (cw->w == ev->w) && (cw->h == ev->h) &&
-         (cw->border == ev->border)))
+         (cw->border == ev->border))))
      {
         _e_comp_win_configure(cw, ev->x, ev->y, ev->w, ev->h, ev->border);
         if (cw->free_shape)

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to