mirror of
https://github.com/mpv-player/mpv
synced 2025-02-22 07:46:55 +00:00
Use system clock for xscreensaver pings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12000 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9a1ec976ec
commit
b9bde11d1c
@ -152,7 +152,7 @@ static int cfg_include(m_option_t *conf, char *filename){
|
||||
//**************************************************************************//
|
||||
|
||||
#ifdef HAVE_X11
|
||||
void xscreensaver_heartbeat(float time);
|
||||
void xscreensaver_heartbeat(void);
|
||||
#endif
|
||||
|
||||
//**************************************************************************//
|
||||
@ -3622,7 +3622,7 @@ if(rel_seek_secs || abs_seek_pos){
|
||||
#ifdef HAVE_X11
|
||||
if (stop_xscreensaver && sh_video) {
|
||||
current_module="stop_xscreensaver";
|
||||
xscreensaver_heartbeat(sh_video->pts);
|
||||
xscreensaver_heartbeat();
|
||||
current_module=NULL;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user