From f0f2124949056e3008416dcd089766a2ef69a08b Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 27 Aug 2025 20:21:34 +0200 Subject: add wl.buffer and wl.surface --- src/wl/root.zig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wl/root.zig') diff --git a/src/wl/root.zig b/src/wl/root.zig index 43eb531..887811c 100644 --- a/src/wl/root.zig +++ b/src/wl/root.zig @@ -4,3 +4,5 @@ pub const Callback = @import("callback.zig"); pub const Output = @import("output/root.zig"); pub const Compositor = @import("compositor.zig"); pub const Shm = @import("shm/root.zig"); +pub const Buffer = @import("buffer.zig").Buffer; +pub const Surface = @import("surface.zig"); -- cgit v1.2.3-70-g09d2