# HG changeset patch # User pontscho # Date 1044571492 0 # Node ID 91ed6378b9a60dd26c6dacbf1838c256fb809af2 # Parent 1ec274153beced31193c839ae40269b87d7060f9 another 10l diff -r 1ec274153bec -r 91ed6378b9a6 Gui/mplayer/pb.c --- a/Gui/mplayer/pb.c Thu Feb 06 22:39:13 2003 +0000 +++ b/Gui/mplayer/pb.c Thu Feb 06 22:44:52 2003 +0000 @@ -83,6 +83,8 @@ { 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 );