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/cursor.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cursor.zig') diff --git a/src/cursor.zig b/src/cursor.zig index ba1537c..aabbe10 100644 --- a/src/cursor.zig +++ b/src/cursor.zig @@ -4,7 +4,7 @@ const c = @import("c.zig"); const LayerSurface = @import("layer_surface.zig").LayerSurface; const Log = @import("log.zig").Log; const Output = @import("output.zig").Output; -const Seat = @import("seat.zig").Seat; +const Seat = @import("seat.zig"); const View = @import("view.zig").View; const ViewStack = @import("view_stack.zig").ViewStack; -- cgit v1.2.3