diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-11-26 18:36:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 18:36:23 -0500 |
commit | 05bb44078667a11216611a8fbe87c5fe69e117f8 (patch) | |
tree | 93da8b84405a5f4c12ecced435a3df4d44184200 /rootston | |
parent | a2b8d47ff232fe8519953d60aa32dc72faff6044 (diff) | |
parent | 811a4d997b2e00c7cdc3851ccc55a6f52d79126c (diff) |
Merge pull request #1387 from emersion/rename-gtk-primary-selection
Rename wlr_primary_selection to wlr_gtk_primary_selection
Diffstat (limited to 'rootston')
-rw-r--r-- | rootston/desktop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootston/desktop.c b/rootston/desktop.c index e49d61a1..65a3509a 100644 --- a/rootston/desktop.c +++ b/rootston/desktop.c @@ -16,7 +16,7 @@ #include <wlr/types/wlr_layer_shell_v1.h> #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_pointer_constraints_v1.h> -#include <wlr/types/wlr_primary_selection.h> +#include <wlr/types/wlr_gtk_primary_selection.h> #include <wlr/types/wlr_server_decoration.h> #include <wlr/types/wlr_wl_shell.h> #include <wlr/types/wlr_xcursor_manager.h> @@ -956,7 +956,7 @@ struct roots_desktop *desktop_create(struct roots_server *server, desktop->server_decoration_manager, WLR_SERVER_DECORATION_MANAGER_MODE_CLIENT); desktop->primary_selection_device_manager = - wlr_primary_selection_device_manager_create(server->wl_display); + wlr_gtk_primary_selection_device_manager_create(server->wl_display); desktop->idle = wlr_idle_create(server->wl_display); desktop->idle_inhibit = wlr_idle_inhibit_v1_create(server->wl_display); |