From 96f2ff793c7606c8979d45b62b827c1cc50667d1 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 2 May 2020 16:40:05 +0200 Subject: Make Output a toplevel struct --- src/seat.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/seat.zig') diff --git a/src/seat.zig b/src/seat.zig index cfbcd56..b92bce3 100644 --- a/src/seat.zig +++ b/src/seat.zig @@ -7,7 +7,7 @@ const Cursor = @import("cursor.zig").Cursor; const InputManager = @import("input_manager.zig"); const Keyboard = @import("keyboard.zig").Keyboard; const LayerSurface = @import("layer_surface.zig").LayerSurface; -const Output = @import("output.zig").Output; +const Output = @import("output.zig"); const View = @import("view.zig").View; const ViewStack = @import("view_stack.zig").ViewStack; -- cgit v1.2.3