diff options
Diffstat (limited to 'src/render.zig')
| -rw-r--r-- | src/render.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.zig b/src/render.zig index c0f73f3..2184062 100644 --- a/src/render.zig +++ b/src/render.zig @@ -5,7 +5,7 @@ const Box = @import("box.zig"); const LayerSurface = @import("layer_surface.zig"); const Output = @import("output.zig"); const Server = @import("server.zig"); -const View = @import("view.zig").View; +const View = @import("view.zig"); const ViewStack = @import("view_stack.zig").ViewStack; pub fn renderOutput(output: *Output) void { |
