diff options
author | emersion <contact@emersion.fr> | 2018-11-21 11:15:35 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-11-21 11:16:31 +0100 |
commit | eaafd65a12d6b15cc8e503ef6e9e99a65bd1e791 (patch) | |
tree | ed1c9b950c19746d53656d3571f291ddd2662337 /include | |
parent | b9a2e4ba4c92cd4c19f8cf5ed7e6603731eca9ab (diff) |
gtk-primary-selection: track resources
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_primary_selection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_primary_selection.h b/include/wlr/types/wlr_primary_selection.h index c11e2fab..192bfc02 100644 --- a/include/wlr/types/wlr_primary_selection.h +++ b/include/wlr/types/wlr_primary_selection.h @@ -14,6 +14,7 @@ struct wlr_primary_selection_device_manager { struct wl_global *global; + struct wl_list resources; struct wl_listener display_destroy; |