diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-14 12:57:18 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-14 12:57:18 +0000 |
commit | 2e816f7a1702d78b703c2362c0302db938acc49c (patch) | |
tree | aec66c12b3da430e76a634735510bf7e3bf9868d | |
parent | 93e9e860d75ac0e4e449716cfb65518e14409d4f (diff) |
Add xscreensaver_heartbeat() declaration to x11_common.h.
This avoids a forward declaration in mplayer.c.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30574 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libvo/x11_common.h | 1 | ||||
-rw-r--r-- | mplayer.c | 6 |
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 * ); @@ -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: //**************************************************************************// |