From 956ecb061b1862a4b632c8d5d6b6fa4318e1f640 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 22 Aug 2025 20:12:56 +0200 Subject: object refactor and add wl output Now the Object is held by the registry instead of the struct its referencing and the struct only has a `handle` which is a usize. --- src/wl/root.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wl/root.zig') diff --git a/src/wl/root.zig b/src/wl/root.zig index b9e149f..778b085 100644 --- a/src/wl/root.zig +++ b/src/wl/root.zig @@ -1,4 +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"); +pub const Output = @import("output/root.zig"); -- cgit v1.2.3-70-g09d2