This commit is contained in:
emersion 2019-02-16 11:55:44 +01:00 committed by Drew DeVault
parent 41a771ae23
commit 54ad31a9dc
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;