commit: 246febff44e9a9fec685d46e77dcba6344783945
parent 7fae3bfd628e4b3924e748dc9ffc35cb0248d79b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 27 Jun 2021 10:18:54 +0200
Remove gtk-primary-selection support (wlroots 0.14.0 compat)
Diffstat:
2 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/inaban.c b/inaban.c
@@ -949,10 +949,6 @@ main(int argc, char *argv[])
/* Clipboard protocols */
wlr_data_control_manager_v1_create(server.wl_display);
wlr_primary_selection_v1_device_manager_create(server.wl_display);
- /* TODO: Remove once GTK 3.24.24+ is stabilized on supported systems
- * See https://github.com/swaywm/wlroots/pull/2460
- */
- wlr_gtk_primary_selection_device_manager_create(server.wl_display);
/* Clipboard requests handlers */
server.request_set_selection.notify = handle_request_set_selection;
wl_signal_add(&server.seat->events.request_set_selection, &server.request_set_selection);
diff --git a/inaban.h b/inaban.h
@@ -11,7 +11,6 @@
#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_data_control_v1.h>
#include <wlr/types/wlr_data_device.h>
-#include <wlr/types/wlr_gtk_primary_selection.h>
#include <wlr/types/wlr_input_device.h>
#include <wlr/types/wlr_keyboard.h>
#include <wlr/types/wlr_matrix.h>