update to Zig 2024.10-mach (helps hexops/mach#1276)
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
55e6abda61
commit
26c5cb5d60
28 changed files with 192 additions and 203 deletions
|
|
@ -155,10 +155,6 @@ pub fn setSize(_: *Linux, _: Size) void {
|
|||
return;
|
||||
}
|
||||
|
||||
pub fn size(_: *Linux) Size {
|
||||
return Size{ .width = 100, .height = 100 };
|
||||
}
|
||||
|
||||
pub fn setCursorMode(_: *Linux, _: CursorMode) void {
|
||||
return;
|
||||
}
|
||||
|
|
@ -192,4 +188,3 @@ pub fn deinitLinuxGamemode() void {
|
|||
mach.gamemode.stop();
|
||||
gamemode_log.info("gamemode: deactivated", .{});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue