diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-02-16 11:55:44 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-02-16 11:55:44 +0100 |
| commit | e66c89ca92ca0d8979f73aeaef3eda26ae3563f5 (patch) | |
| tree | a9472668ad5e0c5cfda51fcf5229f02b33c0c5ff /include | |
| parent | 71423bea1d36e24e5962e48965e2c12bb0d54bf6 (diff) | |
Update for swaywm/wlroots#1517
Diffstat (limited to 'include')
| -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; |
