Merge pull request #1517 from emersion/refactor-dnd

Refactor drag-and-drop
This commit is contained in:
Drew DeVault 2019-02-23 13:02:28 -05:00 committed by GitHub
commit e77e53dae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 360 additions and 189 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;
};