changeset 5681:4efb8ab109b8

vo_mouse_timer_const is optional
author arpi
date Thu, 18 Apr 2002 16:16:14 +0000
parents 7bd2883ee0ec
children 3bc3909bcd65
files mplayer.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Thu Apr 18 16:06:24 2002 +0000
+++ b/mplayer.c	Thu Apr 18 16:16:14 2002 +0000
@@ -1224,7 +1224,9 @@
     mp_msg(MSGT_CPLAYER,MSGL_FATAL,"Error opening/initializing the selected video_out (-vo) device!\n");
     goto goto_next_file; // exit_player(MSGTR_Exit_error);
 }
+#ifdef X11_FULLSCREEN
 vo_mouse_timer_const=(int)sh_video->fps;
+#endif
 sh_video->video_out=video_out;
 inited_flags|=INITED_VO;