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/composite.C | |
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/composite.C')
-rw-r--r-- | tksao/frame/composite.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/composite.C b/tksao/frame/composite.C index e72da8a..2407115 100644 --- a/tksao/frame/composite.C +++ b/tksao/frame/composite.C @@ -52,7 +52,7 @@ void Composite::x11(Drawable drawable, Coord::InternalSystem sys, } } -void Composite::ps(Widget::PSColorSpace mode, int tt) +void Composite::ps(PSColorSpace mode, int tt) { if (tt) renderPSText(mode); |