aboutsummaryrefslogtreecommitdiff
path: root/src/wl/buffer.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/wl/buffer.zig')
-rw-r--r--src/wl/buffer.zig2
1 files changed, 1 insertions, 1 deletions
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,