From 7ddcebbbab8479ad80574db40aee8e894e411b2e Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 2 May 2020 16:35:15 +0200 Subject: Make Seat a toplevel struct --- src/command/focus_output.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/focus_output.zig') diff --git a/src/command/focus_output.zig b/src/command/focus_output.zig index 368bb96..a574dba 100644 --- a/src/command/focus_output.zig +++ b/src/command/focus_output.zig @@ -3,7 +3,7 @@ const std = @import("std"); const Arg = @import("../command.zig").Arg; const Output = @import("../output.zig").Output; -const Seat = @import("../seat.zig").Seat; +const Seat = @import("../seat.zig"); /// Focus either the next or the previous output, depending on the bool passed. /// Does nothing if there is only one output. -- cgit v1.2.3