From 4feb8c7dab2b0a3492b8248ee12c3f0a475106f1 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 29 Aug 2025 18:21:48 +0200 Subject: Use wayland.Context instead of *const wayland.Context --- src/wl/buffer.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wl/buffer.zig') diff --git a/src/wl/buffer.zig b/src/wl/buffer.zig index 6dd83be..fe69899 100644 --- a/src/wl/buffer.zig +++ b/src/wl/buffer.zig @@ -19,7 +19,7 @@ pub fn Buffer(fmt: wl.Shm.Format) type { pub fn init( self: *Self, - ctx: *const wayland.Context, + ctx: wayland.Context, width: usize, height: usize, data: []u8, -- cgit v1.2.3-70-g09d2