From 9ea26d2a30b1721709f7e5c50afabd770534dc3d Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 2 May 2020 16:43:16 +0200 Subject: Make View a toplevel struct --- src/root.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/root.zig') diff --git a/src/root.zig b/src/root.zig index 71aac0c..e42f0ed 100644 --- a/src/root.zig +++ b/src/root.zig @@ -7,7 +7,7 @@ const Log = @import("log.zig").Log; const Output = @import("output.zig"); const Server = @import("server.zig"); const Seat = @import("seat.zig").Seat; -const View = @import("view.zig").View; +const View = @import("view.zig"); const ViewStack = @import("view_stack.zig").ViewStack; /// Responsible for all windowing operations -- cgit v1.2.3