aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Isaac Freund <ifreund@ifreund.xyz>2020-11-03 16:00:57 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2020-12-08 11:15:03 +0100
commit5ad3990a6c9beae44392e1962223623c0a4e3fa9 (patch)
tree4b2702cb7b8f696c43a37cb0cfeebb4c20cc26d6
parentAdd layer shell subsurfaces (diff)
downloadsway-5ad3990a6c9beae44392e1962223623c0a4e3fa9.tar.gz
sway-5ad3990a6c9beae44392e1962223623c0a4e3fa9.tar.zst
sway-5ad3990a6c9beae44392e1962223623c0a4e3fa9.zip
Drop gtk-primary-selection support
-rw-r--r--sway/server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/server.c b/sway/server.c
index 5de73b39..cde8a5a2 100644
--- a/sway/server.c
+++ b/sway/server.c
@@ -14,7 +14,6 @@
14#include <wlr/types/wlr_data_control_v1.h> 14#include <wlr/types/wlr_data_control_v1.h>
15#include <wlr/types/wlr_export_dmabuf_v1.h> 15#include <wlr/types/wlr_export_dmabuf_v1.h>
16#include <wlr/types/wlr_gamma_control_v1.h> 16#include <wlr/types/wlr_gamma_control_v1.h>
17#include <wlr/types/wlr_gtk_primary_selection.h>
18#include <wlr/types/wlr_idle.h> 17#include <wlr/types/wlr_idle.h>
19#include <wlr/types/wlr_layer_shell_v1.h> 18#include <wlr/types/wlr_layer_shell_v1.h>
20#include <wlr/types/wlr_pointer_constraints_v1.h> 19#include <wlr/types/wlr_pointer_constraints_v1.h>
@@ -70,7 +69,6 @@ bool server_init(struct sway_server *server) {
70 wlr_data_device_manager_create(server->wl_display); 69 wlr_data_device_manager_create(server->wl_display);
71 70
72 wlr_gamma_control_manager_v1_create(server->wl_display); 71 wlr_gamma_control_manager_v1_create(server->wl_display);
73 wlr_gtk_primary_selection_device_manager_create(server->wl_display);
74 72
75 server->new_output.notify = handle_new_output; 73 server->new_output.notify = handle_new_output;
76 wl_signal_add(&server->backend->events.new_output, &server->new_output); 74 wl_signal_add(&server->backend->events.new_output, &server->new_output);