summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 16:13:57 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 16:13:57 +0000
commit14c018a80f4908a6540e76e08047dcbf6d9dc059 (patch)
tree37cc35c4d060727a66a696bc677689bf6fda4c78 /libvo/video_out.h
parent38505822c7914c60fbbd003f00c4176500547444 (diff)
downloadmpv-14c018a80f4908a6540e76e08047dcbf6d9dc059.tar.bz2
mpv-14c018a80f4908a6540e76e08047dcbf6d9dc059.tar.xz
Avoid duplicating mouse-movement command-generation code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31091 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index cdff7630a5..63f27ba0fb 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -281,6 +281,7 @@ struct vo_rect {
};
void calc_src_dst_rects(int src_width, int src_height, struct vo_rect *src, struct vo_rect *dst,
struct vo_rect *borders, const struct vo_rect *crop);
+void vo_mouse_movement(int posx, int posy);
static inline int aspect_scaling(void)
{