xwayland: receive dnd position, send dnd status

This commit is contained in:
emersion 2018-05-19 15:48:40 +01:00
parent 0207105291
commit 6ad84242df
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 85 additions and 17 deletions

View file

@ -5,13 +5,13 @@
#include <wlr/types/wlr_seat.h>
extern const struct
wlr_pointer_grab_interface wlr_data_device_pointer_drag_interface;
wlr_pointer_grab_interface wlr_data_device_pointer_drag_interface;
extern const struct
wlr_keyboard_grab_interface wlr_data_device_keyboard_drag_interface;
wlr_keyboard_grab_interface wlr_data_device_keyboard_drag_interface;
extern const struct
wlr_touch_grab_interface wlr_data_device_touch_drag_interface;
wlr_touch_grab_interface wlr_data_device_touch_drag_interface;
struct wlr_data_device_manager {
struct wl_global *global;