summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-22 15:22:02 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-22 15:56:57 -0700
commite893f6bd9db696a1d647b796138233152ca290fa (patch)
tree32b5fad9d0a958257817fb3d134d53f881ef9127 /pref.h
parent438fe5dbde222c73e22441a6e39c85c8c887218b (diff)
downloadsubsurface-e893f6bd9db696a1d647b796138233152ca290fa.tar.gz
Use the Windows default font on Windows 7 and 8/8.1
It contains the characters we need and will make the application look more "native". See #712 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pref.h b/pref.h
index 8bde0da80..9076eff99 100644
--- a/pref.h
+++ b/pref.h
@@ -79,9 +79,10 @@ extern struct preferences prefs, default_prefs;
#define PP_GRAPHS_ENABLED (prefs.pp_graphs.po2 || prefs.pp_graphs.pn2 || prefs.pp_graphs.phe)
-extern const char system_divelist_default_font[];
+extern const char *system_divelist_default_font;
extern const int system_divelist_default_font_size;
extern const char *system_default_filename();
+extern void subsurface_OS_pref_setup();
#ifdef __cplusplus
}