summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/play.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-14 11:41:02 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-14 11:41:02 +0000
commit1932ce4014700e79e98b5ff93b8cbcfb2a115581 (patch)
tree96ace8f08d1ab0cd1bc3f072f1a4d98ae7b83d0d /Gui/mplayer/play.c
parent8852e42fc7e674a34e65d6ac8ea4866a9bc5068c (diff)
downloadmpv-1932ce4014700e79e98b5ff93b8cbcfb2a115581.tar.bz2
mpv-1932ce4014700e79e98b5ff93b8cbcfb2a115581.tar.xz
small fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6090 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/play.c')
-rw-r--r--Gui/mplayer/play.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c
index ec7791cc38..9978328f3e 100644
--- a/Gui/mplayer/play.c
+++ b/Gui/mplayer/play.c
@@ -181,7 +181,6 @@ void ChangeSkin( char * name )
mainVisible=1;
return;
}
-
if ( appMPlayer.menuBase.Bitmap.Image )
{
if ( mplMenuDrawBuffer ) free( mplMenuDrawBuffer );
@@ -189,6 +188,7 @@ void ChangeSkin( char * name )
{ mp_msg( MSGT_GPLAYER,MSGL_STATUS,MSGTR_NEMDB ); return; }
wsResizeWindow( &appMPlayer.menuWindow,appMPlayer.menuBase.width,appMPlayer.menuBase.height );
wsResizeImage( &appMPlayer.menuWindow,appMPlayer.menuBase.width,appMPlayer.menuBase.height );
+ wsVisibleWindow( &appMPlayer.menuWindow,wsHideWindow );
}
if ( appMPlayer.sub.Bitmap.Image ) wsResizeImage( &appMPlayer.subWindow,appMPlayer.sub.Bitmap.Width,appMPlayer.sub.Bitmap.Height );