summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-14 12:57:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-14 12:57:18 +0000
commit2e816f7a1702d78b703c2362c0302db938acc49c (patch)
treeaec66c12b3da430e76a634735510bf7e3bf9868d /libvo
parent93e9e860d75ac0e4e449716cfb65518e14409d4f (diff)
downloadmpv-2e816f7a1702d78b703c2362c0302db938acc49c.tar.bz2
mpv-2e816f7a1702d78b703c2362c0302db938acc49c.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.h1
1 files changed, 1 insertions, 0 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 * );