cursor-shape: implement version 2

This commit is contained in:
Isaac Freund
2026-03-29 18:26:43 +02:00
parent 94463c4de2
commit 20957917ca

View File

@@ -155,7 +155,7 @@ pub fn init(server: *Server, runtime_xwayland: bool) !void {
.fractional_scale_manager = try wlr.FractionalScaleManagerV1.create(wl_server, 1),
.compositor = compositor,
.subcompositor = try wlr.Subcompositor.create(wl_server),
.cursor_shape_manager = try wlr.CursorShapeManagerV1.create(server.wl_server, 1),
.cursor_shape_manager = try wlr.CursorShapeManagerV1.create(server.wl_server, 2),
.xdg_shell = try wlr.XdgShell.create(wl_server, 5),
.xdg_decoration_manager = try wlr.XdgDecorationManagerV1.create(wl_server),