summaryrefslogtreecommitdiffstats
path: root/tksao/frame/marker.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-10-21 19:34:57 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-10-21 19:34:57 (GMT)
commitae382da425ff71af3376e8c202403167a6136a04 (patch)
treeff9b4a2ef9f6dbcacbb19b5889104643da2ffad5 /tksao/frame/marker.h
parent272255a255fb127a5d767170688090e09537d400 (diff)
downloadblt-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.h12
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