summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'Gui')
-rw-r--r--Gui/interface.c3
-rw-r--r--Gui/mplayer/play.c1
2 files changed, 1 insertions, 3 deletions
diff --git a/Gui/interface.c b/Gui/interface.c
index 246b8998c4..2ee5c5fe54 100644
--- a/Gui/interface.c
+++ b/Gui/interface.c
@@ -507,9 +507,6 @@ int guiGetEvent( int type,char * arg )
remove_vop( "fame" );
if ( !gstrcmp( video_driver,"dxr3" ) )
{
- #warning workaround for this moment.
- osd_level=0;
- // ---
if ( ( guiIntfStruct.StreamType != STREAMTYPE_DVD)&&( guiIntfStruct.StreamType != STREAMTYPE_VCD ) )
{
if ( gtkVopLAVC ) add_vop( "lavc" );
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 )