summaryrefslogtreecommitdiffstats
path: root/tksao/frame/composite.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/composite.h
parent272255a255fb127a5d767170688090e09537d400 (diff)
downloadblt-ae382da425ff71af3376e8c202403167a6136a04.zip
blt-ae382da425ff71af3376e8c202403167a6136a04.tar.gz
blt-ae382da425ff71af3376e8c202403167a6136a04.tar.bz2
add support for MacOS darkmode
Diffstat (limited to 'tksao/frame/composite.h')
-rw-r--r--tksao/frame/composite.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tksao/frame/composite.h b/tksao/frame/composite.h
index 8476d71..3b6df5d 100644
--- a/tksao/frame/composite.h
+++ b/tksao/frame/composite.h
@@ -14,7 +14,7 @@ class Composite : public Marker {
int global;
void renderX(Drawable, Coord::InternalSystem, RenderMode) {}
- void renderPS(Widget::PSColorSpace mode) {}
+ void renderPS(PSColorSpace mode) {}
#ifdef MAC_OSX_TK
void renderMACOSX() {}
#endif
@@ -37,7 +37,7 @@ public:
Marker* dup() {return new Composite(*this);}
void x11(Drawable, Coord::InternalSystem, int, HandleMode);
- void ps(Widget::PSColorSpace,int);
+ void ps(PSColorSpace,int);
#ifdef MAC_OSX_TK
void macosx(int);
#endif