summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/x11_common.h1
-rw-r--r--mplayer.c6
2 files changed, 1 insertions, 6 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 152e70ff80..a6d6a9be8b 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -137,6 +137,7 @@ int xv_test_ckm( void * arg );
void vo_setwindow( Window w,GC g );
void vo_x11_putkey(int key);
+void xscreensaver_heartbeat(void);
void saver_off( Display * );
void saver_on( Display * );
diff --git a/mplayer.c b/mplayer.c
index 42f778a04c..41d2e63be8 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -153,12 +153,6 @@ static int cfg_include(m_option_t *conf, char *filename){
#include "get_path.h"
//**************************************************************************//
-// XScreensaver
-//**************************************************************************//
-
-void xscreensaver_heartbeat(void);
-
-//**************************************************************************//
//**************************************************************************//
// Input media streaming & demultiplexer:
//**************************************************************************//