summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-17 23:29:14 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-17 23:29:14 +0000
commit80bba3693d3fcbc8f6d9455d6774d5cb6c1edc7a (patch)
tree706344e163b9892b4769fd75bc02feb66ccfd890 /Gui
parent998750246346868c2db4a945297a09bee527a1da (diff)
downloadmpv-80bba3693d3fcbc8f6d9455d6774d5cb6c1edc7a.tar.bz2
mpv-80bba3693d3fcbc8f6d9455d6774d5cb6c1edc7a.tar.xz
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8976 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/mw.c1
-rw-r--r--Gui/mplayer/pb.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/Gui/mplayer/mw.c b/Gui/mplayer/mw.c
index 3dd9948e08..48a75648a5 100644
--- a/Gui/mplayer/mw.c
+++ b/Gui/mplayer/mw.c
@@ -403,6 +403,7 @@ void mplMainMouseHandle( int Button,int X,int Y,int RX,int RY )
switch( itemtype )
{
case itPotmeter:
+ case itVPotmeter:
case itHPotmeter:
btnModify( item->msg,(float)( X - item->x ) / item->width * 100.0f );
mplEventHandling( item->msg,item->value );
diff --git a/Gui/mplayer/pb.c b/Gui/mplayer/pb.c
index 8c326ba208..720727e046 100644
--- a/Gui/mplayer/pb.c
+++ b/Gui/mplayer/pb.c
@@ -143,6 +143,7 @@ void mplPBMouseHandle( int Button,int X,int Y,int RX,int RY )
switch( itemtype )
{
case itPotmeter:
+ case itVPotmeter:
case itHPotmeter:
btnModify( item->msg,(float)( X - item->x ) / item->width * 100.0f );
mplEventHandling( item->msg,item->value );