Mercurial > mplayer.hg
changeset 5520:25c43bd75e4c
small bugfixes...
author | pontscho |
---|---|
date | Sun, 07 Apr 2002 18:00:41 +0000 |
parents | 868c13f78f08 |
children | 1e6566a2e179 |
files | Gui/mplayer/mw.h Gui/mplayer/widgets.c mplayer.c |
diffstat | 3 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/mplayer/mw.h Sun Apr 07 17:42:31 2002 +0000 +++ b/Gui/mplayer/mw.h Sun Apr 07 18:00:41 2002 +0000 @@ -359,6 +359,7 @@ appMPlayer.subWindow.OldY=( wsMaxY - guiIntfStruct.MovieHeight ) / 2; appMPlayer.subWindow.OldWidth=guiIntfStruct.MovieWidth; appMPlayer.subWindow.OldHeight=guiIntfStruct.MovieHeight; wsFullScreen( &appMPlayer.subWindow ); + vo_fs=0; } break; case evDoubleSize: @@ -369,6 +370,7 @@ appMPlayer.subWindow.OldY=( wsMaxY - guiIntfStruct.MovieHeight * 2 ) / 2; appMPlayer.subWindow.OldWidth=guiIntfStruct.MovieWidth * 2; appMPlayer.subWindow.OldHeight=guiIntfStruct.MovieHeight * 2; wsFullScreen( &appMPlayer.subWindow ); + vo_fs=0; } break; case evFullScreen: