1
1
mirror of https://github.com/swaywm/sway synced 2024-09-20 19:53:19 +02:00

Drop gtk-primary-selection support

This commit is contained in:
Isaac Freund 2020-11-03 16:00:57 +01:00 committed by Simon Ser
parent 71725a8eae
commit 5ad3990a6c

View File

@ -14,7 +14,6 @@
#include <wlr/types/wlr_data_control_v1.h>
#include <wlr/types/wlr_export_dmabuf_v1.h>
#include <wlr/types/wlr_gamma_control_v1.h>
#include <wlr/types/wlr_gtk_primary_selection.h>
#include <wlr/types/wlr_idle.h>
#include <wlr/types/wlr_layer_shell_v1.h>
#include <wlr/types/wlr_pointer_constraints_v1.h>
@ -70,7 +69,6 @@ bool server_init(struct sway_server *server) {
wlr_data_device_manager_create(server->wl_display);
wlr_gamma_control_manager_v1_create(server->wl_display);
wlr_gtk_primary_selection_device_manager_create(server->wl_display);
server->new_output.notify = handle_new_output;
wl_signal_add(&server->backend->events.new_output, &server->new_output);