diff options
Diffstat (limited to 'src/command/zoom.zig')
| -rw-r--r-- | src/command/zoom.zig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
