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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-07-13 17:46:33 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-07-13 17:46:33 +0400
commit3f86f99aa4c6956c98bbc4b41d1e367b25445385 (patch)
tree14fdcffb8db09b4afe85f2cb6b2b14e655867f8d /src/apps/mplayerc/MainFrm.h
parent20bb3c3a226c3f8d0c4068f0f1773717bf2de6c8 (diff)
split Version.h plus some cosmetic changes
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2122 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/MainFrm.h')
-rw-r--r--src/apps/mplayerc/MainFrm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps/mplayerc/MainFrm.h b/src/apps/mplayerc/MainFrm.h
index 6fcb041e6..e1d286f82 100644
--- a/src/apps/mplayerc/MainFrm.h
+++ b/src/apps/mplayerc/MainFrm.h
@@ -870,12 +870,12 @@ public:
// ==== Added by CASIMIR666
CWnd* m_pVideoWnd; // Current Video (main display screen or 2nd)
SIZE m_fullWndSize;
- CFullscreenWnd* m_pFullscreenWnd;
+ CFullscreenWnd* m_pFullscreenWnd;
CComPtr<IVMRMixerControl9> m_pMC;
CComPtr<IMFVideoDisplayControl> m_pMFVDC;
CVMROSD m_OSD;
bool m_bRemainingTime;
- int m_nCurSubtitle;
+ int m_nCurSubtitle;
long m_lSubtitleShift;
__int64 m_rtCurSubPos;
CString m_strTitle;