aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2019-01-30 18:36:19 +0100
committeremersion <contact@emersion.fr>2019-02-20 18:42:29 +0100
commit6291e8453247053d2a706da7e1a5d7271e1774d2 (patch)
treea7151bfb81f6ce4f7d4faf839528cae37c6c5f17 /include/rootston
parent18600f457be7a538e39914c37b72fee1a933ebe1 (diff)
data-device: refactor wlr_drag
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/seat.h3
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;
};