mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 19:35:49 +00:00
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:
parent
c31e49a4d5
commit
bb0603ee67
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user