This commit is contained in:
daniel 2026-06-30 19:55:48 +02:00 committed by GitHub
commit 23be99ffdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
cage.c
View file

@ -475,7 +475,7 @@ main(int argc, char *argv[])
wl_signal_add(&xdg_shell->events.new_popup, &server.new_xdg_popup);
struct wlr_xdg_decoration_manager_v1 *xdg_decoration_manager =
wlr_xdg_decoration_manager_v1_create(server.wl_display);
wlr_xdg_decoration_manager_v1_create(server.wl_display, 2);
if (!xdg_decoration_manager) {
wlr_log(WLR_ERROR, "Unable to create the XDG decoration manager");
ret = 1;