diff options
Diffstat (limited to 'src/context.zig')
| -rw-r--r-- | src/context.zig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/context.zig b/src/context.zig new file mode 100644 index 0000000..55480ce --- /dev/null +++ b/src/context.zig @@ -0,0 +1,6 @@ +const std = @import("std"); +const wayland = @import("root.zig"); +const wl = wayland.wl; + +allocator: std.mem.Allocator, +display: *wl.Display, |