summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index e8aa2f4..9918cf4 100644
--- a/config.h
+++ b/config.h
@@ -102,7 +102,7 @@ public:
char *GetFontsDir(void) { return strFontsDir; }
#endif
const char *GetImageExtension(void);
- const cFont *GetFont(int id);
+ const cFont *GetFont(int id, const cFont *pFontCur = NULL);
void SetFont(int id, const char *font);
void SetFont(int id, int vdrId);
void GetOsdSize(struct EnigmaOsdSize *size);