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/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 1b6b141..d62d5e0 100644 --- a/src/seat.zig +++ b/src/seat.zig @@ -8,7 +8,7 @@ const InputManager = @import("input_manager.zig"); const Keyboard = @import("keyboard.zig").Keyboard; const LayerSurface = @import("layer_surface.zig"); const Output = @import("output.zig"); -const View = @import("view.zig").View; +const View = @import("view.zig"); const ViewStack = @import("view_stack.zig").ViewStack; const FocusTarget = union(enum) { -- cgit v1.2.3