diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-12-09 10:44:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-09 10:44:50 -0500 |
commit | 25b150352ce4ffa851d5d6c28951e1f9dae7ff4a (patch) | |
tree | 6a615c141c938e8933231b27f558a112906192d4 /include/wlr | |
parent | 3699496256cd7a7c381dbc2cd6afe39cda9390dc (diff) | |
parent | c2113decb3adf1ba67e26df9d93a442128f6d57d (diff) |
Merge pull request #1429 from emersion/primary-serial-validation
gtk-primary-selection: basic serial validation
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_gtk_primary_selection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_gtk_primary_selection.h b/include/wlr/types/wlr_gtk_primary_selection.h index 7cf34201..436a50d2 100644 --- a/include/wlr/types/wlr_gtk_primary_selection.h +++ b/include/wlr/types/wlr_gtk_primary_selection.h @@ -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; |