commit: 1db1ce82109a6fa6aa1605dc99fb8924e344d97e
parent 6320998151ebbc1bc6a046f3e07f6b2f00215dd1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 3 Jan 2021 04:12:59 +0100
Add TODO about gtk-primary-selection
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/inaban.c b/inaban.c
@@ -838,6 +838,9 @@ 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;