summaryrefslogtreecommitdiff
path: root/src/compositor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor.h')
-rw-r--r--src/compositor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compositor.h b/src/compositor.h
index 5970e572..bc5f7b8f 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -327,6 +327,9 @@ struct weston_data_source {
struct wl_resource *resource;
struct wl_signal destroy_signal;
struct wl_array mime_types;
+ struct weston_data_offer *offer;
+ struct weston_seat *seat;
+ bool accepted;
void (*accept)(struct weston_data_source *source,
uint32_t serial, const char *mime_type);