gtk-primary-selection: basic serial validation

This commit is contained in:
emersion 2018-12-09 12:38:35 +01:00
parent 3699496256
commit 8c573bc7c6
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 10 additions and 1 deletions

View file

@ -36,6 +36,7 @@ struct wlr_gtk_primary_selection_device {
struct wl_list resources; // wl_resource_get_link
struct wl_list offers; // wl_resource_get_link
uint32_t selection_serial;
struct wl_listener seat_destroy;
struct wl_listener seat_focus_change;