comparison 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
comparison
equal deleted inserted replaced
7150:b212f74e14ec 7151:9e17b153b785
33 33
34 static int mplGotoTheNext = 1; 34 static int mplGotoTheNext = 1;
35 35
36 void mplFullScreen( void ) 36 void mplFullScreen( void )
37 { 37 {
38 if ( guiIntfStruct.NoWindow && guiIntfStruct.Playing ) return;
38 #if 0 39 #if 0
39 static int sx,sy; 40 static int sx,sy;
40 // if ( !guiIntfStruct.Playing ) 41 // if ( !guiIntfStruct.Playing )
41 { 42 {
42 wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow ); 43 wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );