From 33e1de2710fe44512440e0e6055578d67dab330c Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Mon, 18 Aug 2025 17:45:13 +0200 Subject: First sketch of wayland interface **WARNING** this implementation is not working properly yet. --- src/wl/root.zig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/wl/root.zig (limited to 'src/wl/root.zig') diff --git a/src/wl/root.zig b/src/wl/root.zig new file mode 100644 index 0000000..b9e149f --- /dev/null +++ b/src/wl/root.zig @@ -0,0 +1,4 @@ +pub const Display = @import("display.zig"); +pub const Registry = @import("registry.zig"); +pub const Callback = @import("callback.zig"); +pub const Output = @import("output.zig"); -- cgit v1.2.3-70-g09d2