summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/sw.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/sw.c')
-rw-r--r--Gui/mplayer/sw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gui/mplayer/sw.c b/Gui/mplayer/sw.c
index 21191b4fb2..1eca6d6bfa 100644
--- a/Gui/mplayer/sw.c
+++ b/Gui/mplayer/sw.c
@@ -42,6 +42,8 @@ void mplSubMouseHandle( int Button,int X,int Y,int RX,int RY )
static int mplSubMoved = 0;
static int msButton = 0;
+ mplPBShow( X,Y );
+
switch( Button )
{
case wsPRMouseButton:
@@ -73,6 +75,7 @@ void mplSubMouseHandle( int Button,int X,int Y,int RX,int RY )
case wsPMMouseButton:
mplMenuMouseHandle( X,Y,RX,RY );
break;
+ default: mplPBShow( X,Y ); break;
}
break;
case wsRLMouseButton: