aboutsummaryrefslogtreecommitdiff
path: root/src/context.zig
blob: 55480cea667dbb91cd3eb63eb0148355b6546a27 (plain)
1
2
3
4
5
6
const std = @import("std");
const wayland = @import("root.zig");
const wl = wayland.wl;

allocator: std.mem.Allocator,
display: *wl.Display,