From a0d56ef6358e72d4e0d431523e87f746a0e45ce8 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 2 May 2020 16:42:19 +0200 Subject: Make LayerSurface a toplevel struct --- src/render.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render.zig') diff --git a/src/render.zig b/src/render.zig index 1e7c3e0..c0f73f3 100644 --- a/src/render.zig +++ b/src/render.zig @@ -2,7 +2,7 @@ const std = @import("std"); const c = @import("c.zig"); const Box = @import("box.zig"); -const LayerSurface = @import("layer_surface.zig").LayerSurface; +const LayerSurface = @import("layer_surface.zig"); const Output = @import("output.zig"); const Server = @import("server.zig"); const View = @import("view.zig").View; -- cgit v1.2.3