From ca97e51bc8522538feb522940682a55f0620b90c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 5 Nov 2023 22:06:24 +0300 Subject: mir_fonts.cpp erased because the problems with translation --- include/newpluginapi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/newpluginapi.h b/include/newpluginapi.h index d964d7a52f..e04ff075c0 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -202,9 +202,12 @@ public: int addFont(struct FontID *pFont); int addFont(struct FontIDW *pFont); + int addFont(const char *pszDbModule, const char *pszDbName, const wchar_t *pszSection, const wchar_t *pszDescription, + const wchar_t *pszBackgroundGroup, const wchar_t *pszBackgroundName, int position, BOOL bAllowEffects, LOGFONT *plfDefault, COLORREF clrDefault); int addColor(struct ColourID *pColor); int addColor(struct ColourIDW *pColor); + int addColor(const char *pszDbModule, const char *pszDbName, const wchar_t *pszSection, const wchar_t *pszDescription, COLORREF clrDefault); int addEffect(struct EffectID *pEffect); int addEffect(struct EffectIDW *pEffect); -- cgit v1.2.3