summaryrefslogtreecommitdiffstats
path: root/tksao/frame/compass.C
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/compass.C
parent272255a255fb127a5d767170688090e09537d400 (diff)
downloadblt-ae382da425ff71af3376e8c202403167a6136a04.zip
blt-ae382da425ff71af3376e8c202403167a6136a04.tar.gz
blt-ae382da425ff71af3376e8c202403167a6136a04.tar.bz2
add support for MacOS darkmode
Diffstat (limited to 'tksao/frame/compass.C')
-rw-r--r--tksao/frame/compass.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/tksao/frame/compass.C b/tksao/frame/compass.C
index da6b3e5..0bb2b97 100644
--- a/tksao/frame/compass.C
+++ b/tksao/frame/compass.C
@@ -130,7 +130,7 @@ GC Compass::renderXGC(RenderMode mode)
return gc;
}
-void Compass::renderPS(Widget::PSColorSpace mode)
+void Compass::renderPS(PSColorSpace mode)
{
renderPSGC(mode);
@@ -248,7 +248,7 @@ void Compass::renderPS(Widget::PSColorSpace mode)
}
}
-void Compass::renderPSGC(Widget::PSColorSpace mode)
+void Compass::renderPSGC(PSColorSpace mode)
{
parent->renderPSColor(mode, parent->getXColor(colorName));
renderPSLineNoDash();