const UInt16 x = 80, y = 80, r1 = 50, r2 = 49;
RectangleType R1 = {x - r1, y - r1, 2 * r1, 2 * r1};
RectangleType R2 = {x - r2, y - r2, 2 * r2, 2 * r2};
WinSetDrawMode(winInvert);
WinPaintRectangle(&R1, r1);
WinPaintRectangle(&R2, r2);-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
