aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-11-21 11:15:35 +0100
committeremersion <contact@emersion.fr>2018-11-21 11:16:31 +0100
commiteaafd65a12d6b15cc8e503ef6e9e99a65bd1e791 (patch)
treeed1c9b950c19746d53656d3571f291ddd2662337 /include/wlr
parentb9a2e4ba4c92cd4c19f8cf5ed7e6603731eca9ab (diff)
gtk-primary-selection: track resources
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_primary_selection.h1
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;