changeset 4849:9be4ac85dd35

Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV block
author albeu
date Sun, 24 Feb 2002 21:20:20 +0000
parents ad868aae2a5c
children 13ea8fab37dd
files mplayer.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Sun Feb 24 19:34:52 2002 +0000
+++ b/mplayer.c	Sun Feb 24 21:20:20 2002 +0000
@@ -2070,10 +2070,10 @@
              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 (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);
     }