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

@ -2,7 +2,7 @@ pub const Events = @This();
const std = @import("std");
const Hook = @import("hook.zig");
const Hook = @import("Hook.zig");
const Node = struct {
hook: *const Hook,

View file

@ -7,7 +7,7 @@ const xkb = @import("xkbcommon");
const wlr = @import("wlroots");
const zlua = @import("zlua");
const Event = @import("events.zig");
const Event = @import("Events.zig");
const Lua = &@import("../main.zig").lua;
events: std.ArrayList([]const u8), // a list of events