Merge branch 'layer_shell' into dev

merge
This commit is contained in:
Harrison DiAmbrosio 2025-12-05 21:12:08 -05:00
commit 7265fecfaf
23 changed files with 279 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