Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
cursor-shape: implement version 2
river/Server.zig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/river/Server.zig b/river/Server.zig
index a24b849..1fc6a41 100644
--- a/river/Server.zig
+++ b/river/Server.zig
@@ -139,7 +139,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),