mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 04:57:32 -04:00
Merge branch 'layer_shell' into dev
merge
This commit is contained in:
commit
7265fecfaf
23 changed files with 279 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