summaryrefslogtreecommitdiffstats
path: root/tksao/frame/baseellipse.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-28 15:24:09 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-28 15:24:09 (GMT)
commitf3354d608a38ceee396fc4d2f28c069a83346145 (patch)
tree169d8942f496f46d08869121587fd0b7aca5e727 /tksao/frame/baseellipse.h
parent89ffa4a4bf0b10854c25503493fdeeb5235d128e (diff)
downloadblt-f3354d608a38ceee396fc4d2f28c069a83346145.zip
blt-f3354d608a38ceee396fc4d2f28c069a83346145.tar.gz
blt-f3354d608a38ceee396fc4d2f28c069a83346145.tar.bz2
filled regions rendered XOR as non-filled
Diffstat (limited to 'tksao/frame/baseellipse.h')
-rw-r--r--tksao/frame/baseellipse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tksao/frame/baseellipse.h b/tksao/frame/baseellipse.h
index 2789d81..cdeb12c 100644
--- a/tksao/frame/baseellipse.h
+++ b/tksao/frame/baseellipse.h
@@ -51,8 +51,9 @@ class BaseEllipse : public BaseMarker {
protected:
void renderX(Drawable, Coord::InternalSystem, RenderMode);
- virtual void renderXCircleDraw(Drawable, GC, Vector&, Vector&, int, int);
- virtual void renderXEllipseDraw(Drawable, GC);
+ virtual void renderXCircleDraw(Drawable, GC, Vector&, Vector&,
+ int, int, RenderMode);
+ virtual void renderXEllipseDraw(Drawable, GC, RenderMode);
void renderXEllipseDashDraw(Drawable, GC);
void renderPS(int);