summaryrefslogtreecommitdiffstats
path: root/tksao/frame/ellipse.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/ellipse.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/ellipse.h')
-rw-r--r--tksao/frame/ellipse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tksao/frame/ellipse.h b/tksao/frame/ellipse.h
index c40a32f..43460f2 100644
--- a/tksao/frame/ellipse.h
+++ b/tksao/frame/ellipse.h
@@ -12,8 +12,8 @@ class Ellipse : public BaseEllipse {
int fill_;
protected:
- void renderXCircleDraw(Drawable, GC, Vector&, Vector&, int, int);
- void renderXEllipseDraw(Drawable, GC);
+ void renderXCircleDraw(Drawable, GC, Vector&, Vector&, int, int, RenderMode);
+ void renderXEllipseDraw(Drawable, GC, RenderMode);
void renderPSDraw();