summaryrefslogtreecommitdiffstats
path: root/tksao/frame/circle.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-30 20:57:10 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-30 20:57:10 (GMT)
commit4fe292708215d10e64caf87973880e14bb8f6c58 (patch)
treeb0cccf60a0c4b77153dea53204a5725a453eeb2d /tksao/frame/circle.h
parente831cb2e08e0d0a08d16608a1b9c29b4ea10e18f (diff)
downloadblt-4fe292708215d10e64caf87973880e14bb8f6c58.zip
blt-4fe292708215d10e64caf87973880e14bb8f6c58.tar.gz
blt-4fe292708215d10e64caf87973880e14bb8f6c58.tar.bz2
fixed windows fill region issues
Diffstat (limited to 'tksao/frame/circle.h')
-rw-r--r--tksao/frame/circle.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tksao/frame/circle.h b/tksao/frame/circle.h
index 6e50a06..9ebce28 100644
--- a/tksao/frame/circle.h
+++ b/tksao/frame/circle.h
@@ -22,8 +22,7 @@ class Circle : public BaseEllipse {
#endif
#ifdef __WIN32
- void renderWIN32CircleDraw(Vector&, double, float, float);
- void renderWIN32EllipseArcDraw(Vector&, Vector&, Vector&, Vector&);
+ void renderWIN32Draw();
#endif
void listNonCel(FitsImage*, ostream&, Coord::CoordSystem);