diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-02-23 13:02:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-23 13:02:28 -0500 |
commit | e77e53dae51a3a46e1327c0c53e69d6da695cc9a (patch) | |
tree | 5ee7297caffaa4e36d1239224972a1d58c32cf0c /include/rootston | |
parent | 00b1b40b36f37fe6ff3ac8726026dde8e73f1979 (diff) | |
parent | d6de6404403679b42721e484609c31243447a6f3 (diff) |
Merge pull request #1517 from emersion/refactor-dnd
Refactor drag-and-drop
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; }; |