diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-08-22 20:52:30 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-08-22 20:52:30 +0200 |
| commit | 07c3f2e8f82c55ed191f72fa5e9f3935b1913f98 (patch) | |
| tree | 48b4ce0e9029efeb9da6f6f95f4ae798d14df14d /src/wl/root.zig | |
| parent | 956ecb061b1862a4b632c8d5d6b6fa4318e1f640 (diff) | |
add first sketch of wl.compositor
Diffstat (limited to 'src/wl/root.zig')
| -rw-r--r-- | src/wl/root.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wl/root.zig b/src/wl/root.zig index 778b085..d08c19b 100644 --- a/src/wl/root.zig +++ b/src/wl/root.zig @@ -2,3 +2,4 @@ pub const Display = @import("display.zig"); pub const Registry = @import("registry.zig"); pub const Callback = @import("callback.zig"); pub const Output = @import("output/root.zig"); +pub const Compositor = @import("compositor.zig"); |