This commit is contained in:
emersion 2019-02-16 11:55:44 +01:00
parent 9350a52c0e
commit 656541bcc4
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 60 additions and 19 deletions

View file

@ -75,7 +75,8 @@ struct sway_seat {
struct wl_listener focus_destroy;
struct wl_listener new_node;
struct wl_listener new_drag_icon;
struct wl_listener request_start_drag;
struct wl_listener start_drag;
struct wl_listener request_set_selection;
struct wl_listener request_set_primary_selection;