summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index 170418ec56..ab3539b36b 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -130,11 +130,7 @@ void vo_x11_ontop(struct vo *vo);
void vo_x11_border(struct vo *vo);
void vo_x11_update_screeninfo(struct vo *vo);
-#ifdef CONFIG_XF86VM
-void vo_vm_switch(struct vo *vo);
-void vo_vm_close(struct vo *vo);
-double vo_vm_get_fps(struct vo *vo);
-#endif
+double vo_x11_vm_get_fps(struct vo *vo);
void xscreensaver_heartbeat(struct vo_x11_state *x11);