Mercurial > mplayer.hg
changeset 9305:91ed6378b9a6
another 10l
author | pontscho |
---|---|
date | Thu, 06 Feb 2003 22:44:52 +0000 |
parents | 1ec274153bec |
children | b78cd2e33d2c |
files | Gui/mplayer/pb.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 );