From 77ec83e351ca7218464f8f77a711520d68fa2e5d Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 29 Apr 2008 15:12:19 +0300 Subject: Add a context for mp_fifo Store data in an allocated context and take it as an argument instead of using static variables. --- libvo/x11_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/x11_common.h') 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*); -- cgit v1.2.3