mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 21:55:29 +02:00
Drop support for the gtk_primary_selection wayland protocol
sway recently decided to start complaining when binding wp_primary_selection_device_manager interface to gtk_primary_selection name, which means we either have to maintain an in-tree version of the gtk_primary_selection protocol or drop support for sway. Sway has not quite annoyed me enough yet for the latter. See #1977
This commit is contained in:
3
glfw/wl_init.c
vendored
3
glfw/wl_init.c
vendored
@@ -619,8 +619,7 @@ static void registryHandleGlobal(void* data UNUSED,
|
||||
_glfwSetupWaylandDataDevice();
|
||||
}
|
||||
}
|
||||
else if (strcmp(interface, "zwp_primary_selection_device_manager_v1") == 0 ||
|
||||
strcmp(interface, "gtk_primary_selection_device_manager") == 0)
|
||||
else if (strcmp(interface, "zwp_primary_selection_device_manager_v1") == 0)
|
||||
{
|
||||
_glfw.wl.primarySelectionDeviceManager =
|
||||
wl_registry_bind(registry, name,
|
||||
|
||||
Reference in New Issue
Block a user