diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-20 17:52:04 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-20 17:56:56 -0700 |
commit | 957aaf619f22465b4aa1898c925831a6270c1230 (patch) | |
tree | f082d3ccbf74c39d5d4fea31d2a595ad2806ca60 /dive.h | |
parent | 368623113c7f457e372bb1c4968fb2445cac62a1 (diff) | |
download | subsurface-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |