sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 5ad3990a6c9beae44392e1962223623c0a4e3fa9
parent 71725a8eae6f8196d8e13a1b50af4f8ee4ebe971
Author: Isaac Freund <ifreund@ifreund.xyz>
Date:   Tue,  3 Nov 2020 16:00:57 +0100

Drop gtk-primary-selection support

Diffstat:
Msway/server.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/sway/server.c b/sway/server.c @@ -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);