diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-03-19 19:59:10 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-03-19 19:59:10 (GMT) |
commit | c60eec16458a41c3185c09abdc6ec23174ae4859 (patch) | |
tree | 67e93353834a31e489f0edab4f5028882b39131a /tksao/frame/ellipse.h | |
parent | fac94d1e0c1313892a0b3578e875300139f52272 (diff) | |
download | blt-c60eec16458a41c3185c09abdc6ec23174ae4859.zip blt-c60eec16458a41c3185c09abdc6ec23174ae4859.tar.gz blt-c60eec16458a41c3185c09abdc6ec23174ae4859.tar.bz2 |
clean up macosx code supporting fill
Diffstat (limited to 'tksao/frame/ellipse.h')
-rw-r--r-- | tksao/frame/ellipse.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tksao/frame/ellipse.h b/tksao/frame/ellipse.h index 44cbdec..c40a32f 100644 --- a/tksao/frame/ellipse.h +++ b/tksao/frame/ellipse.h @@ -15,12 +15,10 @@ class Ellipse : public BaseEllipse { void renderXCircleDraw(Drawable, GC, Vector&, Vector&, int, int); void renderXEllipseDraw(Drawable, GC); - void renderPSCircleDraw(Vector& cc, double l, float a1, float a2); - void renderPSEllipseDraw(); + void renderPSDraw(); #ifdef MAC_OSX_TK - void renderMACOSXCircleDraw(Vector&, double, float, float); - void renderMACOSXEllipseDraw(); + void renderMACOSXDraw(); #endif #ifdef __WIN32 |