diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-08-24 07:08:31 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-08-24 07:08:31 +0200 |
| commit | e66af367ddc2a17e8218efd37ddabd3a6b7557a4 (patch) | |
| tree | f363c1661902760be57da31f937ff842e560b44e /src/wl/root.zig | |
| parent | c2e723ca28321e09fbf58f396cb9e98591344a7e (diff) | |
Add wl.shm
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 d08c19b..43eb531 100644 --- a/src/wl/root.zig +++ b/src/wl/root.zig @@ -3,3 +3,4 @@ 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"); +pub const Shm = @import("shm/root.zig"); |