Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ewins.c iconify.c 


Log Message:
Shape propagation fixes.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewins.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- ewins.c     8 May 2005 20:26:49 -0000       1.60
+++ ewins.c     12 May 2005 18:08:25 -0000      1.61
@@ -1248,11 +1248,11 @@
 
    b = ewin->border;
    SyncBorderToEwin(ewin);
+#if 0
    if (ewin->border == b)
-      EwinPropagateShapes(ewin);
-#if 0                          /* FIXME - Here? */
-   EoChangeShape(ewin);
 #endif
+      ewin->shapedone = 0;
+   EwinPropagateShapes(ewin);
 }
 
 static void
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/iconify.c,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -3 -r1.143 -r1.144
--- iconify.c   8 May 2005 16:01:46 -0000       1.143
+++ iconify.c   12 May 2005 18:08:25 -0000      1.144
@@ -1969,8 +1969,7 @@
       PropagateShapes(ib->icon_win);
    PropagateShapes(ib->win);
    ICCCM_GetShapeInfo(ib->ewin);
-   if (ib->nobg)
-      ib->ewin->shapedone = 0;
+   ib->ewin->shapedone = 0;
    EwinPropagateShapes(ib->ewin);
 
    Mode.queue_up = pq;




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to