add support for primary selection

This commit is contained in:
Daniel Barlow 2021-08-18 23:41:07 +01:00
parent 3efcfaf145
commit 804384368c
2 changed files with 16 additions and 6 deletions

View file

@ -76,6 +76,7 @@ struct seat {
struct wl_listener request_cursor;
struct wl_listener request_set_selection;
struct wl_listener request_set_primary_selection;
struct wl_listener keyboard_key;
struct wl_listener keyboard_modifiers;