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/send_to_output.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/send_to_output.zig') diff --git a/src/command/send_to_output.zig b/src/command/send_to_output.zig index b626f93..e64d606 100644 --- a/src/command/send_to_output.zig +++ b/src/command/send_to_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"); /// Send the focused view to the the next or the previous output, depending on /// the bool passed. Does nothing if there is only one output. -- cgit v1.2.3