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/exit_compositor.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/exit_compositor.zig') diff --git a/src/command/exit_compositor.zig b/src/command/exit_compositor.zig index ff620ee..215f17f 100644 --- a/src/command/exit_compositor.zig +++ b/src/command/exit_compositor.zig @@ -1,7 +1,7 @@ const c = @import("../c.zig"); const Arg = @import("../command.zig").Arg; -const Seat = @import("../seat.zig").Seat; +const Seat = @import("../seat.zig"); /// Exit the compositor, terminating the wayland session. pub fn exitCompositor(seat: *Seat, arg: Arg) void { -- cgit v1.2.3