mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 04:57:32 -04:00
viewById works again, layer still ontop of other things
This commit is contained in:
parent
3ccf47e0be
commit
9186aeecd3
23 changed files with 282 additions and 181 deletions
|
|
@ -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,
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue