From e199bcba43174403a578f7a1e92e0a95076495c8 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 2 May 2020 23:11:56 +0200 Subject: Rename files contatining top level structs This respects the naming convention of snake_case namespaces and TitleCase types. --- 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 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 { -- cgit v1.2.3