From a5bd7044a41da4d5cd1e51b850b4edd48bd3639b Mon Sep 17 00:00:00 2001 From: pontscho Date: Thu, 29 Aug 2002 23:15:24 +0000 Subject: - fix window handling with dxr3 - workaround dxr3 subpicture size with freetype osd rendering git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7152 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/mplayer/play.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Gui/mplayer/play.c') diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c index 794173586b..a7ea92db51 100644 --- a/Gui/mplayer/play.c +++ b/Gui/mplayer/play.c @@ -35,6 +35,7 @@ static int mplGotoTheNext = 1; void mplFullScreen( void ) { + if ( guiIntfStruct.NoWindow && guiIntfStruct.Playing ) return; #if 0 static int sx,sy; // if ( !guiIntfStruct.Playing ) -- cgit v1.2.3