summaryrefslogtreecommitdiff
path: root/src/fontcache.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2009-10-17 22:36:43 +0000
committermichi_cc <michi_cc@openttd.org>2009-10-17 22:36:43 +0000
commit94003b455cf9a556a1bdafef450222d30cd31ee3 (patch)
treeebdb4142271930fc7b31aed848b748aa074358cb /src/fontcache.h
parent144febd2d9255726408d3e0ae32ed3284a54b09f (diff)
downloadopenttd-94003b455cf9a556a1bdafef450222d30cd31ee3.tar.xz
(svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX.
Diffstat (limited to 'src/fontcache.h')
-rw-r--r--src/fontcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontcache.h b/src/fontcache.h
index 4ff5ca712..c84ddb581 100644
--- a/src/fontcache.h
+++ b/src/fontcache.h
@@ -56,7 +56,7 @@ uint GetGlyphWidth(FontSize size, uint32 key);
* @param winlangid the language ID windows style.
* @return true if a font has been set, false otherwise.
*/
-bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, int winlangid);
+bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, int winlangid, const char *str);
#else