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:
Diffstat (limited to 'src/mpc-hc/PlayerStatusBar.h')
-rw-r--r--src/mpc-hc/PlayerStatusBar.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mpc-hc/PlayerStatusBar.h b/src/mpc-hc/PlayerStatusBar.h
index fb0017f68..4be42a201 100644
--- a/src/mpc-hc/PlayerStatusBar.h
+++ b/src/mpc-hc/PlayerStatusBar.h
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2014 see Authors.txt
+ * (C) 2006-2015 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -41,9 +41,12 @@ private:
HICON m_hIcon;
CRect m_time_rect;
+ CMenu m_timerMenu;
CToolTipCtrl m_tooltip;
+ EventClient m_eventc;
+
void Relayout();
public:
@@ -83,5 +86,6 @@ protected:
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg BOOL PreTranslateMessage(MSG* pMsg);
afx_msg void OnTimeDisplayClicked();
+ afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
afx_msg BOOL OnToolTipNotify(UINT id, NMHDR* pNMHDR, LRESULT* pResult);
};