mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
Followup to bug 418454 to use HANDLE instead of HTHEME r=robstrong,vlad
This commit is contained in:
parent
ded93fa5e1
commit
9925a52747
@ -132,7 +132,7 @@ public:
|
||||
typedef HRESULT (WINAPI*GetCurrentThemeNamePtr)(LPWSTR pszThemeFileName, int dwMaxNameChars,
|
||||
LPWSTR pszColorBuff, int cchMaxColorChars,
|
||||
LPWSTR pszSizeBuff, int cchMaxSizeChars);
|
||||
typedef COLORREF (WINAPI*GetThemeSysColorPtr)(HTHEME hTheme, int iColorID);
|
||||
typedef COLORREF (WINAPI*GetThemeSysColorPtr)(HANDLE hTheme, int iColorID);
|
||||
|
||||
static OpenThemeDataPtr openTheme;
|
||||
static CloseThemeDataPtr closeTheme;
|
||||
|
Loading…
x
Reference in New Issue
Block a user