From a0d56ef6358e72d4e0d431523e87f746a0e45ce8 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 2 May 2020 16:42:19 +0200 Subject: Make LayerSurface 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 d02aedd..f54c917 100644 --- a/src/cursor.zig +++ b/src/cursor.zig @@ -1,7 +1,7 @@ const std = @import("std"); const c = @import("c.zig"); -const LayerSurface = @import("layer_surface.zig").LayerSurface; +const LayerSurface = @import("layer_surface.zig"); const Log = @import("log.zig").Log; const Output = @import("output.zig"); const Seat = @import("seat.zig"); -- cgit v1.2.3