diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-02-23 13:15:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-23 13:15:38 -0500 |
commit | 512619a9a142035b94875283195a08721ca84fad (patch) | |
tree | a9472668ad5e0c5cfda51fcf5229f02b33c0c5ff /include/sway/input | |
parent | 9350a52c0e8b502f9dc7f876da0527607a44bfec (diff) | |
parent | 656541bcc41cf495e87e0be17c8e61d14f586dac (diff) |
Merge pull request #3700 from emersion/refactor-dnd
Update for swaywm/wlroots#1517
Diffstat (limited to 'include/sway/input')
-rw-r--r-- | include/sway/input/seat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h index 1c9354df..8fedf797 100644 --- a/include/sway/input/seat.h +++ b/include/sway/input/seat.h @@ -75,7 +75,8 @@ struct sway_seat { struct wl_listener focus_destroy; struct wl_listener new_node; - struct wl_listener new_drag_icon; + struct wl_listener request_start_drag; + struct wl_listener start_drag; struct wl_listener request_set_selection; struct wl_listener request_set_primary_selection; |