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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 11bf755d15..b4f1e4ae9f 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -122,8 +122,8 @@ void saver_off( Display * );
void saver_on( Display * );
#ifdef CONFIG_XF86VM
-void vo_vm_switch(uint32_t, uint32_t, int*, int*);
-void vo_vm_close(Display*);
+void vo_vm_switch(void);
+void vo_vm_close(void);
#endif
void update_xinerama_info(void);