mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 04:57:32 -04:00
research in ideation.md
This commit is contained in:
parent
6b76de1e77
commit
7838d09275
4 changed files with 109 additions and 1 deletions
6
src/output.zig
Normal file
6
src/output.zig
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
const std = @import("std");
|
||||
const wl = @import("wayland").server.wl;
|
||||
const wlr = @import("wlroots");
|
||||
|
||||
pub const Ouput = struct {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue