aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_data_device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_data_device.h b/include/wlr/types/wlr_data_device.h
index cb867741..6c5dc097 100644
--- a/include/wlr/types/wlr_data_device.h
+++ b/include/wlr/types/wlr_data_device.h
@@ -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;
};