From e199bcba43174403a578f7a1e92e0a95076495c8 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 2 May 2020 23:11:56 +0200 Subject: Rename files contatining top level structs This respects the naming convention of snake_case namespaces and TitleCase types. --- src/command/focus_view.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/command/focus_view.zig') diff --git a/src/command/focus_view.zig b/src/command/focus_view.zig index 85a2975..225fa5e 100644 --- a/src/command/focus_view.zig +++ b/src/command/focus_view.zig @@ -18,8 +18,8 @@ const c = @import("../c.zig"); const Arg = @import("../command.zig").Arg; -const Seat = @import("../seat.zig"); -const View = @import("../view.zig"); +const Seat = @import("../Seat.zig"); +const View = @import("../View.zig"); const ViewStack = @import("../view_stack.zig").ViewStack; /// Focus either the next or the previous visible view, depending on the enum -- cgit v1.2.3