glfw: update system_sdk.zig to latest Zig master
This commit is contained in:
parent
5b2cb46700
commit
784aa40093
5 changed files with 10 additions and 10 deletions
|
|
@ -540,7 +540,7 @@ pub inline fn setTitle(self: Window, title: [*:0]const u8) Error!void {
|
|||
/// @thread_safety This function must only be called from the main thread.
|
||||
///
|
||||
/// see also: window_icon
|
||||
pub inline fn setIcon(self: Window, allocator: *mem.Allocator, images: ?[]Image) Error!void {
|
||||
pub inline fn setIcon(self: Window, allocator: mem.Allocator, images: ?[]Image) Error!void {
|
||||
internal_debug.assertInitialized();
|
||||
if (images) |im| {
|
||||
const tmp = try allocator.alloc(c.GLFWimage, im.len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue