diff options
author | emersion <contact@emersion.fr> | 2018-03-29 11:40:19 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-03-29 11:40:19 -0400 |
commit | ca2a73b90d98a70d1a175cedf00c40bf7fcdf204 (patch) | |
tree | 9a337d535335936c14df98ad9e6fadcc0eb7e19f /include | |
parent | 743466d475b744d818584db7f4040fd479c3f27e (diff) |
xwayland: allow drag data source transfer after drag ends
Diffstat (limited to 'include')
-rw-r--r-- | include/xwayland/xwm.h | 1 |
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); |