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
diff options
context:
space:
mode:
authorAleksoid <aleksoid@users.sourceforge.net>2009-12-23 05:56:32 +0300
committerAleksoid <aleksoid@users.sourceforge.net>2009-12-23 05:56:32 +0300
commitc2894ffd436b9b0588bfd3572a9b84607597e2a8 (patch)
treec809ef384291b4c3b15008b334b84d4bde28d7b5 /src/apps/mplayerc/MainFrm.h
parent0bbb5add0f3ce610431855822be6a7923a6a8c78 (diff)
Change : Windows 7 taskbar features - enable/disable on the fly;
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1440 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/MainFrm.h')
-rw-r--r--src/apps/mplayerc/MainFrm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/apps/mplayerc/MainFrm.h b/src/apps/mplayerc/MainFrm.h
index 91b2563df..b8c37692c 100644
--- a/src/apps/mplayerc/MainFrm.h
+++ b/src/apps/mplayerc/MainFrm.h
@@ -827,12 +827,12 @@ public:
CString GetVidPos();
ITaskbarList3* m_pTaskbarList;
+ HRESULT CreateThumbnailToolbar();
+ HRESULT UpdateThumbarButton();
+
protected:
// GDI+
ULONG_PTR m_gdiplusToken;
- HRESULT CreateThumbnailToolbar();
- HRESULT UpdateThumbarButton();
-
virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
};