1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02: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:
ranma 2004-02-26 20:42:52 +00:00
parent 9a1ec976ec
commit b9bde11d1c

View File

@ -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