summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-10 16:02:28 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-10 16:02:28 +0000
commit595b013b7caf243f26054493ae69ad96850d71d8 (patch)
treef901a6bc60b1ff212b3069a29e048cec27419748 /libvo/x11_common.h
parent755f101e9cf56d8cdff386a4ffb629e32aea4495 (diff)
downloadmpv-595b013b7caf243f26054493ae69ad96850d71d8.tar.bz2
mpv-595b013b7caf243f26054493ae69ad96850d71d8.tar.xz
fix vo_xv_draw_colorkey to a workable state
(using panscan makes x,y negative, so it is very bad idea they to be unsigned) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15101 b3059339-0415-0410-9bf9-f77b7e298cf2
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 ***/