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:
authorCasimir666 <casimir666@users.sourceforge.net>2007-04-22 13:51:19 +0400
committerCasimir666 <casimir666@users.sourceforge.net>2007-04-22 13:51:19 +0400
commit624038bc7e8ab10dec1e08078a093537c5847cb6 (patch)
tree4efc1051af87d4e48b5fba072069e90a995e657e /src/apps/mplayerc/VMROSD.cpp
parent7f9bfab0e7f53f4b7b96595e1d74c43f44411c7e (diff)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@60 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/VMROSD.cpp')
-rw-r--r--src/apps/mplayerc/VMROSD.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/apps/mplayerc/VMROSD.cpp b/src/apps/mplayerc/VMROSD.cpp
index af12f8e28..8f3042703 100644
--- a/src/apps/mplayerc/VMROSD.cpp
+++ b/src/apps/mplayerc/VMROSD.cpp
@@ -1,5 +1,6 @@
#include "stdafx.h"
#include ".\vmrosd.h"
+#include "mplayerc.h"
#define SEEKBAR_HEIGHT 60
@@ -213,7 +214,7 @@ bool CVMROSD::OnMouseMove(UINT nFlags, CPoint point)
UpdateSeekBarPos(point);
Invalidate();
}
- else if (!m_bSeekBarVisible && m_rectSeekBar.PtInRect(point))
+ else if (!m_bSeekBarVisible && AfxGetAppSettings().fD3DFullscreen && m_rectSeekBar.PtInRect(point))
{
m_bSeekBarVisible = true;
Invalidate();