From 97d395dbfc2ecbd98f074cb6bd8b641119891b97 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 2 May 2020 16:47:10 +0200 Subject: Make Cursor a toplevel struct --- src/seat.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/seat.zig') diff --git a/src/seat.zig b/src/seat.zig index d62d5e0..faf7bca 100644 --- a/src/seat.zig +++ b/src/seat.zig @@ -3,7 +3,7 @@ const Self = @This(); const c = @import("c.zig"); const std = @import("std"); -const Cursor = @import("cursor.zig").Cursor; +const Cursor = @import("cursor.zig"); const InputManager = @import("input_manager.zig"); const Keyboard = @import("keyboard.zig").Keyboard; const LayerSurface = @import("layer_surface.zig"); -- cgit v1.2.3