Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/TreePropSheet/PropPageFrameDefault.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/TreePropSheet/PropPageFrameDefault.cpp b/src/ui/TreePropSheet/PropPageFrameDefault.cpp
index 85e69940a..a0da46b5d 100644
--- a/src/ui/TreePropSheet/PropPageFrameDefault.cpp
+++ b/src/ui/TreePropSheet/PropPageFrameDefault.cpp
@@ -78,19 +78,19 @@ public:
// call wrappers
public:
- BOOL IsThemeActive()
+ BOOL IsThemeActive() const
{THEMECALL(IsThemeActive)();}
- HTHEME OpenThemeData(HWND hwnd, LPCWSTR pszClassList)
+ HTHEME OpenThemeData(HWND hwnd, LPCWSTR pszClassList) const
{THEMECALL(OpenThemeData)(hwnd, pszClassList);}
- HRESULT CloseThemeData(HTHEME hTheme)
+ HRESULT CloseThemeData(HTHEME hTheme) const
{THEMECALL(CloseThemeData)(hTheme);}
- HRESULT GetThemeBackgroundContentRect(HTHEME hTheme, OPTIONAL HDC hdc, int iPartId, int iStateId, const RECT *pBoundingRect, OUT RECT *pContentRect)
+ HRESULT GetThemeBackgroundContentRect(HTHEME hTheme, OPTIONAL HDC hdc, int iPartId, int iStateId, const RECT *pBoundingRect, OUT RECT *pContentRect) const
{THEMECALL(GetThemeBackgroundContentRect)(hTheme, hdc, iPartId, iStateId, pBoundingRect, pContentRect);}
- HRESULT DrawThemeBackground(HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *pRect, OPTIONAL const RECT *pClipRect)
+ HRESULT DrawThemeBackground(HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *pRect, OPTIONAL const RECT *pClipRect) const
{THEMECALL(DrawThemeBackground)(hTheme, hdc, iPartId, iStateId, pRect, pClipRect);}
// function pointers