summaryrefslogtreecommitdiffstats
path: root/tksao/util/util.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/util/util.h
parent272255a255fb127a5d767170688090e09537d400 (diff)
downloadblt-ae382da425ff71af3376e8c202403167a6136a04.zip
blt-ae382da425ff71af3376e8c202403167a6136a04.tar.gz
blt-ae382da425ff71af3376e8c202403167a6136a04.tar.bz2
add support for MacOS darkmode
Diffstat (limited to 'tksao/util/util.h')
-rw-r--r--tksao/util/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tksao/util/util.h b/tksao/util/util.h
index 04321b8..2cd64c0 100644
--- a/tksao/util/util.h
+++ b/tksao/util/util.h
@@ -46,6 +46,8 @@ int XSetClipRectangles(Display *d, GC gc, int clip_x_origin, int clip_y_origin,
#define STRCMP(which,str,cnt) (!strncmp(toConstLower(which), str, cnt) && strlen(which)==cnt)
+enum PSColorSpace {BW, GRAY, RGB, CMYK};
+
static const char psFonts[12][32] = {
{"Helvetica"},
{"Helvetica-Oblique"},