Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: x.c draw.c Log Message: Another shape fix. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/x.c,v retrieving revision 1.89 retrieving revision 1.90 diff -u -3 -r1.89 -r1.90 --- x.c 14 May 2005 20:00:40 -0000 1.89 +++ x.c 16 May 2005 15:31:28 -0000 1.90 @@ -611,7 +611,7 @@ xid = EXidFind(win); if (xid) { - if (n_rects == 1) + if (n_rects == 1 && op == ShapeSet) { if ((rect[0].x == 0) && (rect[0].y == 0) && (rect[0].width == xid->w) && (rect[0].height == xid->h)) =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/draw.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -3 -r1.71 -r1.72 --- draw.c 15 May 2005 18:26:32 -0000 1.71 +++ draw.c 16 May 2005 15:31:28 -0000 1.72 @@ -1198,7 +1198,7 @@ rects[0].y = 0; rects[0].width = ww; rects[0].height = hh; - XShapeCombineRectangles(disp, win, ShapeBounding, 0, 0, rects, + EShapeCombineRectangles(win, ShapeBounding, 0, 0, rects, 1, ShapeIntersect, Unsorted); Efree(rects); ------------------------------------------------------- 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=7412&alloc_id=16344&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs