missing if(use_gui) - found by Nilmoni Deb <ndeb@ece.cmu.edu>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5976 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-05-04 22:34:47 +00:00
parent 17d676a243
commit 835b369e70
2 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ static uint32_t config( uint32_t width, uint32_t height, uint32_t d_width, uint3
#endif
vo_gc=XCreateGC( mDisplay,vo_window,GCForeground,&wGCV );
#ifdef HAVE_NEW_GUI
} else guiGetEvent( guiSetShVideo,0 );
} else if(use_gui) guiGetEvent( guiSetShVideo,0 );
#endif
set_window();

View File

@ -452,7 +452,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
}
#endif
#ifdef HAVE_NEW_GUI
} else guiGetEvent( guiSetShVideo,0 );
} else if(use_gui) guiGetEvent( guiSetShVideo,0 );
#endif
mp_msg(MSGT_VO,MSGL_V, "using Xvideo port %d for hw scaling\n",xv_port );