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, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index fdd4336924..5602680257 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -140,7 +140,7 @@ int xv_test_ckm( void * arg );
void vo_x11_putkey(struct vo *vo, int key);
-#ifdef HAVE_XF86VM
+#ifdef CONFIG_XF86VM
void vo_vm_switch(struct vo *vo, uint32_t, uint32_t, int*, int*);
void vo_vm_close(struct vo *vo);
#endif