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/modify_master_factor.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/modify_master_factor.zig') diff --git a/src/command/modify_master_factor.zig b/src/command/modify_master_factor.zig index c522485..7c14fb8 100644 --- a/src/command/modify_master_factor.zig +++ b/src/command/modify_master_factor.zig @@ -2,7 +2,7 @@ const c = @import("../c.zig"); const std = @import("std"); const Arg = @import("../command.zig").Arg; -const Seat = @import("../seat.zig").Seat; +const Seat = @import("../seat.zig"); /// Modify the percent of the width of the screen that the master views occupy. pub fn modifyMasterFactor(seat: *Seat, arg: Arg) void { -- cgit v1.2.3