1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00

fix fullscreen bug

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5921 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2002-05-01 14:12:32 +00:00
parent 33d7a129df
commit d929c01672

View File

@ -55,6 +55,8 @@ void mplFullScreen( void )
}// else { vo_x11_fullscreen(); appMPlayer.subWindow.isFullScreen=vo_fs; }
#else
wsFullScreen( &appMPlayer.subWindow );
vo_fs=0;
if ( appMPlayer.subWindow.isFullScreen ) vo_fs=1;
#endif
fullscreen=appMPlayer.subWindow.isFullScreen;