summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-06 22:44:52 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-06 22:44:52 +0000
commit1fc53654e37eb5cbe1404d11af040cb49048c76d (patch)
tree6679d84648ac8068abcc71d753572a7b1d20927d /Gui
parent398d9d419f3d1365a10293f99ca53c08bd475aad (diff)
downloadmpv-1fc53654e37eb5cbe1404d11af040cb49048c76d.tar.bz2
mpv-1fc53654e37eb5cbe1404d11af040cb49048c76d.tar.xz
another 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9306 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/pb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gui/mplayer/pb.c b/Gui/mplayer/pb.c
index e87a82f7b3..7e7cadb882 100644
--- a/Gui/mplayer/pb.c
+++ b/Gui/mplayer/pb.c
@@ -83,6 +83,8 @@ void mplPBDraw( void )
{
btnModify( evSetMoviePosition,guiIntfStruct.Position );
btnModify( evSetVolume,guiIntfStruct.Volume );
+
+ vo_mouse_autohide=0;
memcpy( mplPBDrawBuffer,appMPlayer.bar.Bitmap.Image,appMPlayer.bar.Bitmap.ImageSize );
Render( &appMPlayer.barWindow,appMPlayer.barItems,appMPlayer.NumberOfBarItems,mplPBDrawBuffer,appMPlayer.bar.Bitmap.ImageSize );