summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-04 01:11:51 +0100
committerwm4 <wm4@nowhere>2014-01-04 01:27:28 +0100
commit0702f642d576ee085f65bb1363b1b61f84150e51 (patch)
tree59de1c5bac7dbaaceef3654ec5e8dd438942a92c /video/out/vo.h
parente3ab2ac112c39bb1e3780ac78d94346642ae973a (diff)
downloadmpv-0702f642d576ee085f65bb1363b1b61f84150e51.tar.bz2
mpv-0702f642d576ee085f65bb1363b1b61f84150e51.tar.xz
vo: add vo_drop_files()
Intended to be used for GUI drag & drop.
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 351dd3f0ae..2309e905d1 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -309,6 +309,7 @@ struct mp_keymap {
int lookup_keymap_table(const struct mp_keymap *map, int key);
void vo_mouse_movement(struct vo *vo, int posx, int posy);
+void vo_drop_files(struct vo *vo, int num_files, char **files);
struct mp_osd_res;
void vo_get_src_dst_rects(struct vo *vo, struct mp_rect *out_src,