mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
switch to @This(); for output and server as they don't really have anything else
This commit is contained in:
parent
0f13973300
commit
d4efb73d5c
3 changed files with 110 additions and 112 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const std = @import("std");
|
||||
const wlr = @import("wlroots");
|
||||
|
||||
const Server = @import("server.zig").Server;
|
||||
const Server = @import("server.zig");
|
||||
|
||||
const gpa = std.heap.c_allocator;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue