summaryrefslogtreecommitdiffstats
path: root/tksao/frame/ellipse.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/ellipse.C')
-rw-r--r--tksao/frame/ellipse.C7
1 files changed, 3 insertions, 4 deletions
diff --git a/tksao/frame/ellipse.C b/tksao/frame/ellipse.C
index 55bdc78..1c887fc 100644
--- a/tksao/frame/ellipse.C
+++ b/tksao/frame/ellipse.C
@@ -91,13 +91,12 @@ void Ellipse::renderMACOSXCircleDraw(Vector& cc, double l, float a1, float a2)
macosxDrawArc(cc, l, a1, a2);
}
-void Ellipse::renderMACOSXEllipseArcDraw(Vector& tt0, Vector& xx1,
- Vector& xx2, Vector& tt1)
+void Ellipse::renderMACOSXEllipseDraw()
{
if (fill_)
- macosxFillCurve(tt0, xx1, xx2, tt1);
+ macosxFill();
else
- macosxDrawCurve(tt0, xx1, xx2, tt1);
+ macosxStroke();
}
#endif