summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 5602680257..cdced1ebdd 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -149,6 +149,8 @@ void update_xinerama_info(struct vo *vo);
int vo_find_depth_from_visuals(Display *dpy, int screen, Visual **visual_return);
+void xscreensaver_heartbeat(struct vo_x11_state *x11);
+
// Old VOs use incompatible function calls, translate them to new
// prototypes
#ifdef IS_OLD_VO