aboutsummaryrefslogtreecommitdiff
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/focus_view.zig2
-rw-r--r--src/command/zoom.zig2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/command/focus_view.zig b/src/command/focus_view.zig
index fce180f..38fd531 100644
--- a/src/command/focus_view.zig
+++ b/src/command/focus_view.zig
@@ -2,7 +2,7 @@ const c = @import("../c.zig");
const Arg = @import("../command.zig").Arg;
const Seat = @import("../seat.zig");
-const View = @import("../view.zig").View;
+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
diff --git a/src/command/zoom.zig b/src/command/zoom.zig
index 456fc7c..d3f52c3 100644
--- a/src/command/zoom.zig
+++ b/src/command/zoom.zig
@@ -2,7 +2,7 @@ const c = @import("../c.zig");
const Arg = @import("../command.zig").Arg;
const Seat = @import("../seat.zig");
-const View = @import("../view.zig").View;
+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