Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: hiwin.c Log Message: Fix pager zoom window shape bug. =================================================================== RCS file: /cvs/e/e16/e/src/hiwin.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- hiwin.c 13 May 2006 13:25:30 -0000 1.17 +++ hiwin.c 20 Jun 2006 23:00:58 -0000 1.18 @@ -78,6 +78,10 @@ } ESetWindowBackgroundPixmap(EoGetWin(phi), None); + + /* Reset shape */ + EShapeCombineMask(EoGetWin(phi), ShapeBounding, 0, 0, None, ShapeSet); + EoShapeUpdate(phi, 0); } static void _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs