diff Gui/mplayer/play.c @ 7151:9e17b153b785

- fix window handling with dxr3 - workaround dxr3 subpicture size with freetype osd rendering
author pontscho
date Thu, 29 Aug 2002 23:15:24 +0000
parents 8e9607c5897e
children 79ddb7291765
line wrap: on
line diff
--- a/Gui/mplayer/play.c	Thu Aug 29 22:24:49 2002 +0000
+++ b/Gui/mplayer/play.c	Thu Aug 29 23:15:24 2002 +0000
@@ -35,6 +35,7 @@
 
 void mplFullScreen( void )
 {
+ if ( guiIntfStruct.NoWindow && guiIntfStruct.Playing ) return;
 #if 0
  static int sx,sy;
 // if ( !guiIntfStruct.Playing )