# HG changeset patch # User arpi # Date 1019146574 0 # Node ID 4efb8ab109b8a86ea788020d61b216492f17f2a0 # Parent 7bd2883ee0ec9844e4c27929ee000b0a424c881d vo_mouse_timer_const is optional diff -r 7bd2883ee0ec -r 4efb8ab109b8 mplayer.c --- 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;