diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-10-21 19:34:57 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-10-21 19:34:57 (GMT) |
commit | ae382da425ff71af3376e8c202403167a6136a04 (patch) | |
tree | ff9b4a2ef9f6dbcacbb19b5889104643da2ffad5 /tksao/frame/marker.h | |
parent | 272255a255fb127a5d767170688090e09537d400 (diff) | |
download | blt-ae382da425ff71af3376e8c202403167a6136a04.zip blt-ae382da425ff71af3376e8c202403167a6136a04.tar.gz blt-ae382da425ff71af3376e8c202403167a6136a04.tar.bz2 |
add support for MacOS darkmode
Diffstat (limited to 'tksao/frame/marker.h')
-rw-r--r-- | tksao/frame/marker.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tksao/frame/marker.h b/tksao/frame/marker.h index c00b091..e86ff0f 100644 --- a/tksao/frame/marker.h +++ b/tksao/frame/marker.h @@ -14,7 +14,7 @@ #include "tag.h" #include "coord.h" #include "xml.h" -#include "widget.h" +#include "util.h" #define POINTSIZE 11 @@ -118,11 +118,11 @@ protected: virtual void renderXLineDash(GC); void renderXLineNoDash(GC); - virtual void renderPS(Widget::PSColorSpace mode) =0; - virtual void renderPSInclude(Widget::PSColorSpace); - virtual void renderPSText(Widget::PSColorSpace); + virtual void renderPS(PSColorSpace mode) =0; + virtual void renderPSInclude(PSColorSpace); + virtual void renderPSText(PSColorSpace); void renderPSArrow(const Vector&, const Vector&, Coord::InternalSystem); - virtual void renderPSGC(Widget::PSColorSpace); + virtual void renderPSGC(PSColorSpace); virtual void renderPSLineDash(); void renderPSLineNoDash(); void renderPSColor(int, XColor*); @@ -212,7 +212,7 @@ protected: virtual Vector bckMap(const Vector&, Coord::InternalSystem); virtual void x11(Drawable, Coord::InternalSystem, int, HandleMode); - virtual void ps(Widget::PSColorSpace,int); + virtual void ps(PSColorSpace,int); #ifdef MAC_OSX_TK virtual void macosx(int); #endif |