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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 18e5401b10..d23b3cfc6d 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -104,8 +104,7 @@ extern xv_ck_info_t xv_ck_info;
extern unsigned long xv_colorkey;
extern int vo_xv_init_colorkey();
-extern void vo_xv_colorkey(uint32_t x,uint32_t y, uint32_t w, uint32_t h);
-extern void vo_xv_draw_colorkey(uint32_t x, uint32_t y, uint32_t w, uint32_t h);
+extern void vo_xv_draw_colorkey(int32_t x, int32_t y, int32_t w, int32_t h);
extern void xv_setup_colorkeyhandling(char const * ck_method_str, char const * ck_str);
/*** test functions for common suboptions ***/