data-device: refactor wlr_drag

This commit is contained in:
emersion 2019-01-30 18:36:19 +01:00
parent 18600f457b
commit 6291e84532
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
10 changed files with 281 additions and 156 deletions

View file

@ -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;
};