deps: update to Zig 0.10
This commit is contained in:
@ -323,7 +323,7 @@ fn renderSurfaceIterator(
|
||||
surface_x: c_int,
|
||||
surface_y: c_int,
|
||||
rdata: *SurfaceRenderData,
|
||||
) callconv(.C) void {
|
||||
) void {
|
||||
const texture = surface.getTexture() orelse return;
|
||||
|
||||
var source_box: wlr.FBox = undefined;
|
||||
|
Reference in New Issue
Block a user