Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV block

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4850 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2002-02-24 21:20:20 +00:00
parent c31e49a4d5
commit bb0603ee67
1 changed files with 3 additions and 3 deletions

View File

@ -2070,10 +2070,10 @@ read_input:
lirc_mp_getinput()<=0 &&
#endif
(use_stdin || getch2(20)<=0) && mplayer_get_key()<=0){
#endif
#endif /* HAVE_NEW_INPUT */
#ifndef USE_LIBVO2
if(sh_video && video_out) video_out->check_events();
#endif /* HAVE_NEW_INPUT */
#endif
#ifdef HAVE_NEW_GUI
if(use_gui){
guiEventHandling();
@ -2634,11 +2634,11 @@ if(step_sec>0) {
if (tv_param_on == 1)
tv_step_chanlist(tv_handler);
} break;
#endif
case MP_CMD_VO_FULLSCREEN:
{
video_out->control(VOCTRL_FULLSCREEN, 0);
} break;
#endif
default :
printf("Received unknow cmd %s\n",cmd->name);
}