diff options
Diffstat (limited to 'src/command/exit_compositor.zig')
| -rw-r--r-- | src/command/exit_compositor.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/exit_compositor.zig b/src/command/exit_compositor.zig index d6c77f8..7736452 100644 --- a/src/command/exit_compositor.zig +++ b/src/command/exit_compositor.zig @@ -18,7 +18,7 @@ const c = @import("../c.zig"); const Arg = @import("../command.zig").Arg; -const Seat = @import("../seat.zig"); +const Seat = @import("../Seat.zig"); /// Exit the compositor, terminating the wayland session. pub fn exitCompositor(seat: *Seat, arg: Arg) void { |
