From b2b7f0ce6857165122e27210367502aad475993d Mon Sep 17 00:00:00 2001 From: daniel <193309918+danielfikko@users.noreply.github.com> Date: Sat, 30 May 2026 02:45:17 -0300 Subject: [PATCH] core: advertise xdg-decoration-v1 version 2 References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5385 https://github.com/swaywm/sway/pull/9171 --- src/core/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core.cpp b/src/core/core.cpp index 16f602b0f..c5158ec50 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -186,7 +186,7 @@ void wf::compositor_core_impl_t::init() /* decoration_manager setup */ protocols.decorator_manager = wlr_server_decoration_manager_create(display); - protocols.xdg_decorator = wlr_xdg_decoration_manager_v1_create(display); + protocols.xdg_decorator = wlr_xdg_decoration_manager_v1_create(display, 2); init_xdg_decoration_handlers(); protocols.vkbd_manager = wlr_virtual_keyboard_manager_v1_create(display);