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 f2fa160ff4..cbf374f86c 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -137,7 +137,7 @@ void xv_setup_colorkeyhandling(struct vo *vo, const char *ck_method_str, const c
int xv_test_ck( void * arg );
int xv_test_ckm( void * arg );
- extern void vo_x11_putkey(int key);
+void vo_x11_putkey(struct vo *vo, int key);
#ifdef HAVE_XF86VM
void vo_vm_switch(struct vo *vo, uint32_t, uint32_t, int*, int*);