viewById works again, layer still ontop of other things

This commit is contained in:
Harrison DiAmbrosio 2025-12-04 23:50:39 -05:00
parent 3ccf47e0be
commit 9186aeecd3
23 changed files with 282 additions and 181 deletions

View file

@ -1,8 +1,8 @@
const std = @import("std");
const wlr = @import("wlroots");
const Server = @import("server.zig");
const Lua = @import("lua/lua.zig");
const Server = @import("Server.zig");
const Lua = @import("lua/Lua.zig");
const gpa = std.heap.c_allocator;