mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-01-08 11:08:29 -05:00
gtk-primary-selection: basic serial validation
This commit is contained in:
parent
3699496256
commit
8c573bc7c6
2 changed files with 10 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue