diff options
author | emersion <contact@emersion.fr> | 2018-12-09 12:38:35 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-12-09 12:38:35 +0100 |
commit | 8c573bc7c6b3029f2d3dc5c6fe45bf1078a66485 (patch) | |
tree | 6b8a7e1ea1474d69f02ff215c108a66c0d6cbe48 /include | |
parent | 3699496256cd7a7c381dbc2cd6afe39cda9390dc (diff) |
gtk-primary-selection: basic serial validation
Diffstat (limited to 'include')
-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; |