diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |