diff options
Diffstat (limited to 'src/command/zoom.zig')
| -rw-r--r-- | src/command/zoom.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/zoom.zig b/src/command/zoom.zig index 617e4bb..5a5ca93 100644 --- a/src/command/zoom.zig +++ b/src/command/zoom.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; /// Bump the focused view to the top of the stack. If the view on the top of |
