diff options
author | emersion <contact@emersion.fr> | 2019-01-30 18:36:19 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-02-20 18:42:29 +0100 |
commit | 6291e8453247053d2a706da7e1a5d7271e1774d2 (patch) | |
tree | a7151bfb81f6ce4f7d4faf839528cae37c6c5f17 /include/rootston | |
parent | 18600f457be7a538e39914c37b72fee1a933ebe1 (diff) |
data-device: refactor wlr_drag
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/seat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h index a91d8481..b91f9578 100644 --- a/include/rootston/seat.h +++ b/include/rootston/seat.h @@ -40,7 +40,8 @@ struct roots_seat { struct wl_listener request_set_selection; struct wl_listener request_set_primary_selection; - struct wl_listener new_drag_icon; + struct wl_listener request_start_drag; + struct wl_listener start_drag; struct wl_listener destroy; }; |