summaryrefslogtreecommitdiff
path: root/plugins/Utils/mir_fonts.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-12-27 10:33:37 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-12-27 10:33:37 +0000
commit9291fbdf04bc65fe05611d1a60e586feb86402cc (patch)
tree82ead844915fa258ea9d65706f20d4699c0a3882 /plugins/Utils/mir_fonts.h
parente320322cbd54511940679b315ec68c37164975fc (diff)
not needed code removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11654 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Utils/mir_fonts.h')
-rw-r--r--plugins/Utils/mir_fonts.h4
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);