discomfitor pushed a commit to branch master.

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

commit a5c00bfb2b426f40aac3beaccab29550aba56f84
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Jan 23 17:20:14 2015 -0500

    defer client frame resizes if client is not protocol-visible
---
 src/bin/e_comp_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index aa5df40..1f12a3d 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -866,7 +866,7 @@ _e_comp_intercept_resize(void *data, Evas_Object *obj, int 
w, int h)
              return;
           }
      }
-   if (cw->ec->new_client)
+   if (cw->ec->new_client || (!cw->ec->visible) || (!cw->effect_obj))
      {
         /* do nothing until client idler loops */
         if (!cw->ec->maximized)

-- 


Reply via email to