wlr-data-device: drag icons

This commit is contained in:
Tony Crisci 2017-10-15 11:06:03 -04:00
parent a1bfa4a2f2
commit df0a8d3abe
8 changed files with 89 additions and 5 deletions

View file

@ -4,6 +4,9 @@
#include <wayland-server.h>
#include <wlr/types/wlr_seat.h>
extern const struct
wlr_pointer_grab_interface wlr_data_device_pointer_drag_interface;
struct wlr_data_device_manager {
struct wl_global *global;
};