aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-11-26 18:36:23 -0500
committerGitHub <noreply@github.com>2018-11-26 18:36:23 -0500
commit05bb44078667a11216611a8fbe87c5fe69e117f8 (patch)
tree93da8b84405a5f4c12ecced435a3df4d44184200 /include/rootston
parenta2b8d47ff232fe8519953d60aa32dc72faff6044 (diff)
parent811a4d997b2e00c7cdc3851ccc55a6f52d79126c (diff)
Merge pull request #1387 from emersion/rename-gtk-primary-selection
Rename wlr_primary_selection to wlr_gtk_primary_selection
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/desktop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h
index 4ce92e2b..31338acf 100644
--- a/include/rootston/desktop.h
+++ b/include/rootston/desktop.h
@@ -15,7 +15,7 @@
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_output.h>
#include <wlr/types/wlr_presentation_time.h>
-#include <wlr/types/wlr_primary_selection.h>
+#include <wlr/types/wlr_gtk_primary_selection.h>
#include <wlr/types/wlr_screencopy_v1.h>
#include <wlr/types/wlr_screenshooter.h>
#include <wlr/types/wlr_text_input_v3.h>
@@ -51,7 +51,7 @@ struct roots_desktop {
struct wlr_export_dmabuf_manager_v1 *export_dmabuf_manager_v1;
struct wlr_server_decoration_manager *server_decoration_manager;
struct wlr_xdg_decoration_manager_v1 *xdg_decoration_manager;
- struct wlr_primary_selection_device_manager *primary_selection_device_manager;
+ struct wlr_gtk_primary_selection_device_manager *primary_selection_device_manager;
struct wlr_idle *idle;
struct wlr_idle_inhibit_manager_v1 *idle_inhibit;
struct wlr_input_inhibit_manager *input_inhibit;