diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-05-02 16:25:04 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-05-02 16:25:04 +0200 |
| commit | d20d01e596b82599865de0ad75b54002ee3f23ec (patch) | |
| tree | 11e761d7aafcb1a35da21360240678044b08b3a3 /src/decoration_manager.zig | |
| parent | fb766fe09cebf9b487192099d6e7032481e77f89 (diff) | |
| download | river-d20d01e596b82599865de0ad75b54002ee3f23ec.tar.gz river-d20d01e596b82599865de0ad75b54002ee3f23ec.tar.xz | |
Make Decoration a toplevel struct
Diffstat (limited to 'src/decoration_manager.zig')
| -rw-r--r-- | src/decoration_manager.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoration_manager.zig b/src/decoration_manager.zig index 7106c3d..98ba696 100644 --- a/src/decoration_manager.zig +++ b/src/decoration_manager.zig @@ -4,7 +4,7 @@ const std = @import("std"); const c = @import("c.zig"); -const Decoration = @import("decoration.zig").Decoration; +const Decoration = @import("decoration.zig"); const Server = @import("server.zig"); server: *Server, |
