mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 20:57:32 -04:00
fix the building, and change the name
This commit is contained in:
parent
cceffbf474
commit
6b76de1e77
4 changed files with 15 additions and 14 deletions
|
|
@ -4,4 +4,5 @@ const Server = @import("server.zig").Server;
|
|||
|
||||
pub fn main() !void {
|
||||
std.debug.print("Starting mezzaluna", .{});
|
||||
_ = try Server.init();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ pub const Server = struct {
|
|||
server: *wl.Server,
|
||||
event_loop: *wl.EventLoop,
|
||||
|
||||
session: *wlr.Session,
|
||||
session: ?*wlr.Session,
|
||||
backend: *wlr.Backend,
|
||||
renderer: *wlr.Renderer,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue