summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2014-01-04 13:48:50 +0100
committerAlexander Preisinger <alexander.preisinger@gmail.com>2014-01-04 13:48:50 +0100
commit8f241998c03938b3c159f54c9a87c928808f19f9 (patch)
treeb4ebf4fe1f8bfc652e0d5db98366c9a5bfdc99cf /video/out/wayland_common.h
parent7041d8cd3735c3832cc2ce7ed62467c25c37f511 (diff)
downloadmpv-8f241998c03938b3c159f54c9a87c928808f19f9.tar.bz2
mpv-8f241998c03938b3c159f54c9a87c928808f19f9.tar.xz
wayland: implement dropping files on the VO window
Needs some proper testing.
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 30fc9b72d2..01ff09fa43 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -100,6 +100,11 @@ struct vo_wayland_state {
struct xkb_keymap *keymap;
struct xkb_state *state;
} xkb;
+
+ struct wl_data_device_manager *devman;
+ struct wl_data_device *datadev;
+ struct wl_data_offer *offer;
+ int dnd_fd;
} input;
};