mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 01:44:43 +08:00
change GetThemeSysFont() to accept a LOGFONTW* parameter (bug #862)
Closes: https://sourceforge.net/p/mingw-w64/bugs/862/
(cherry picked from commit 12b5d1344c
)
This commit is contained in:
parent
f029101a61
commit
b7f51b1483
@ -353,7 +353,7 @@ THEMEAPI_(COLORREF) GetThemeSysColor(HTHEME hTheme,int iColorId);
|
||||
THEMEAPI_(HBRUSH) GetThemeSysColorBrush(HTHEME hTheme,int iColorId);
|
||||
THEMEAPI_(WINBOOL) GetThemeSysBool(HTHEME hTheme,int iBoolId);
|
||||
THEMEAPI_(int) GetThemeSysSize(HTHEME hTheme,int iSizeId);
|
||||
THEMEAPI GetThemeSysFont(HTHEME hTheme,int iFontId,LOGFONT *plf);
|
||||
THEMEAPI GetThemeSysFont(HTHEME hTheme,int iFontId,LOGFONTW *plf);
|
||||
THEMEAPI GetThemeSysString(HTHEME hTheme,int iStringId,LPWSTR pszStringBuff,int cchMaxStringChars);
|
||||
THEMEAPI GetThemeSysInt(HTHEME hTheme,int iIntId,int *piValue);
|
||||
THEMEAPI_(WINBOOL) IsThemeActive();
|
||||
|
Loading…
Reference in New Issue
Block a user