aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-29 11:40:19 -0400
committeremersion <contact@emersion.fr>2018-03-29 11:40:19 -0400
commitca2a73b90d98a70d1a175cedf00c40bf7fcdf204 (patch)
tree9a337d535335936c14df98ad9e6fadcc0eb7e19f /include
parent743466d475b744d818584db7f4040fd479c3f27e (diff)
xwayland: allow drag data source transfer after drag ends
Diffstat (limited to 'include')
-rw-r--r--include/xwayland/xwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h
index b85b5bae..d36f9ac0 100644
--- a/include/xwayland/xwm.h
+++ b/include/xwayland/xwm.h
@@ -139,6 +139,7 @@ struct wlr_xwm {
struct wl_listener seat_drag_motion;
struct wl_listener seat_drag_drop;
struct wl_listener seat_drag_destroy;
+ struct wl_listener seat_drag_source_destroy;
};
struct wlr_xwm *xwm_create(struct wlr_xwayland *wlr_xwayland);