mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 15:41:55 +00:00
vo_mouse_timer_const is optional
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5682 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
47236d4778
commit
aff16494a1
@ -1224,7 +1224,9 @@ if((video_out->preinit(vo_subdevice))!=0){
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user