summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer')
-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 );