mirror of
https://github.com/mpv-player/mpv
synced 2025-04-08 02:22:47 +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 &&
|
lirc_mp_getinput()<=0 &&
|
||||||
#endif
|
#endif
|
||||||
(use_stdin || getch2(20)<=0) && mplayer_get_key()<=0){
|
(use_stdin || getch2(20)<=0) && mplayer_get_key()<=0){
|
||||||
#endif
|
#endif /* HAVE_NEW_INPUT */
|
||||||
#ifndef USE_LIBVO2
|
#ifndef USE_LIBVO2
|
||||||
if(sh_video && video_out) video_out->check_events();
|
if(sh_video && video_out) video_out->check_events();
|
||||||
#endif /* HAVE_NEW_INPUT */
|
#endif
|
||||||
#ifdef HAVE_NEW_GUI
|
#ifdef HAVE_NEW_GUI
|
||||||
if(use_gui){
|
if(use_gui){
|
||||||
guiEventHandling();
|
guiEventHandling();
|
||||||
@ -2634,11 +2634,11 @@ if(step_sec>0) {
|
|||||||
if (tv_param_on == 1)
|
if (tv_param_on == 1)
|
||||||
tv_step_chanlist(tv_handler);
|
tv_step_chanlist(tv_handler);
|
||||||
} break;
|
} break;
|
||||||
|
#endif
|
||||||
case MP_CMD_VO_FULLSCREEN:
|
case MP_CMD_VO_FULLSCREEN:
|
||||||
{
|
{
|
||||||
video_out->control(VOCTRL_FULLSCREEN, 0);
|
video_out->control(VOCTRL_FULLSCREEN, 0);
|
||||||
} break;
|
} break;
|
||||||
#endif
|
|
||||||
default :
|
default :
|
||||||
printf("Received unknow cmd %s\n",cmd->name);
|
printf("Received unknow cmd %s\n",cmd->name);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user