From fb766fe09cebf9b487192099d6e7032481e77f89 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 2 May 2020 16:23:04 +0200 Subject: Make DecorationManager a toplevel struct --- src/decoration.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoration.zig') diff --git a/src/decoration.zig b/src/decoration.zig index 5e8df06..aaf7129 100644 --- a/src/decoration.zig +++ b/src/decoration.zig @@ -1,7 +1,7 @@ const std = @import("std"); const c = @import("c.zig"); -const DecorationManager = @import("decoration_manager.zig").DecorationManager; +const DecorationManager = @import("decoration_manager.zig"); // TODO: this needs to listen for destroy and free nodes from the deco list pub const Decoration = struct { -- cgit v1.2.3