simple cursor not being attached to the output layout

This commit is contained in:
Harrison DiAmbrosio 2025-10-19 16:44:31 -04:00
parent b8419806ef
commit 46b21391c0
2 changed files with 3 additions and 1 deletions

View file

@ -8,7 +8,7 @@ const gpa = std.heap.c_allocator;
pub var server: Server = undefined;
pub fn main() !void {
// wlr.log.init(.debug, null);
wlr.log.init(.debug, null);
std.log.info("Starting mezzaluna", .{});