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/context.zig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/context.zig (limited to 'src/context.zig') diff --git a/src/context.zig b/src/context.zig new file mode 100644 index 0000000..55480ce --- /dev/null +++ b/src/context.zig @@ -0,0 +1,6 @@ +const std = @import("std"); +const wayland = @import("root.zig"); +const wl = wayland.wl; + +allocator: std.mem.Allocator, +display: *wl.Display, -- cgit v1.2.3-70-g09d2