diff options
Diffstat (limited to 'plugins/Utils/mir_fonts.h')
-rw-r--r-- | plugins/Utils/mir_fonts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Utils/mir_fonts.h b/plugins/Utils/mir_fonts.h index 46528c51c1..10acb6399e 100644 --- a/plugins/Utils/mir_fonts.h +++ b/plugins/Utils/mir_fonts.h @@ -1,6 +1,6 @@ -int FontService_RegisterFont(const char *pszDbModule,const char *pszDbName,const TCHAR *pszSection,const TCHAR *pszDescription,int position,BOOL bAllowEffects,LOGFONT *plfDefault,COLORREF clrDefault);
-int FontService_GetFont(const TCHAR *pszSection,const TCHAR *pszDescription,COLORREF *pclr,LOGFONT *plf);
+int FontService_RegisterFont(const char *pszDbModule, const char *pszDbName, const TCHAR *pszSection, const TCHAR *pszDescription, const TCHAR* pszBackgroundGroup, const TCHAR* pszBackgroundName, int position, BOOL bAllowEffects, LOGFONT *plfDefault, COLORREF clrDefault);
+int FontService_GetFont(const TCHAR *pszSection, const TCHAR *pszDescription, COLORREF *pclr, LOGFONT *plf);
int FontService_RegisterColor(const char *pszDbModule,const char *pszDbName,const TCHAR *pszSection,const TCHAR *pszDescription,COLORREF clrDefault);
int FontService_GetColor(const TCHAR *pszSection,const TCHAR *pszDescription,COLORREF *pclr);
|