discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=ae4e98b856d6d35a80075fae52854de6425b9a8a

commit ae4e98b856d6d35a80075fae52854de6425b9a8a
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Wed Jan 22 21:42:38 2014 -0500

    only set shape export flag during shape update event for non-overrides
---
 src/bin/e_comp_x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index b650a2d..57bc6d9 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -2429,7 +2429,7 @@ _e_comp_x_shape(void *data EINA_UNUSED, int type 
EINA_UNUSED, Ecore_X_Event_Wind
                {
                   /* bounding box changed, need export for rendering */
                   EINA_RECTANGLE_SET(&ec->comp_data->shape, ev->x, ev->y, 
ev->w, ev->h);
-                  ec->need_shape_export = 1;
+                  ec->need_shape_export = !ec->override;
                }
              ec->changes.shape = 1;
           }

-- 


Reply via email to