aboutsummaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-20 17:52:04 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-20 17:56:56 -0700
commit957aaf619f22465b4aa1898c925831a6270c1230 (patch)
treef082d3ccbf74c39d5d4fea31d2a595ad2806ca60 /dive.h
parent368623113c7f457e372bb1c4968fb2445cac62a1 (diff)
downloadsubsurface-957aaf619f22465b4aa1898c925831a6270c1230.tar.gz
Fix up printing some more
Use the actual degree sign for temperatures (°F and °C), and make sure everything uses the proper "set_source_rgb[a]()" wrappers to set the colors. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 1927da721..85fdabf5d 100644
--- a/dive.h
+++ b/dive.h
@@ -242,4 +242,7 @@ extern int open_import_file_dialog(char *filterpattern, char *filtertext,
const char *weekday(int wday);
const char *monthname(int mon);
+#define UTF8_DEGREE "\xc2\xb0"
+#define UTF8_SUBSCRIPT_2 "\xe2\x82\x82"
+
#endif /* DIVE_H */