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/registry.zig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/wl/registry.zig') diff --git a/src/wl/registry.zig b/src/wl/registry.zig index 2c15c67..dedf89f 100644 --- a/src/wl/registry.zig +++ b/src/wl/registry.zig @@ -18,7 +18,7 @@ pub const Request = union(enum) { pub const GlobalHandler = struct { interface: []const u8, version: u32, - handler: *const fn (ctx: *const wayland.Context) ?wayland.Object.Ref, + handler: *const fn (ctx: wayland.Context) ?wayland.Object.Ref, }; objects: std.ArrayListUnmanaged(?wayland.Object) = .empty, @@ -83,7 +83,7 @@ pub fn get_by_id(self: *Self, id: u32) ?*wayland.Object { fn global( self: *Self, - ctx: *const wayland.Context, + ctx: wayland.Context, name: u32, interface: []const u8, version: u32, @@ -105,7 +105,7 @@ fn global( fn global_remove( self: *Self, - ctx: *const wayland.Context, + ctx: wayland.Context, name: u32, ) void { _ = self; -- cgit v1.2.3-70-g09d2