Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ewin-ops.c 


Log Message:
Fix shape update when client resizes after changing shape.

===================================================================
RCS file: /cvs/e/e16/e/src/ewin-ops.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -3 -r1.98 -r1.99
--- ewin-ops.c  3 May 2006 21:04:08 -0000       1.98
+++ ewin-ops.c  4 Jun 2006 12:54:49 -0000       1.99
@@ -486,6 +486,8 @@
                  HintsSetWindowState(ewin);
               }
          }
+       if (resize && ewin->state.shaped)
+          ewin->update.shape = 1;
      }
    EwinPropagateShapes(ewin);
 




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to