aboutsummaryrefslogtreecommitdiffstats
path: root/sway/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/server.c')
-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);