mirror of
https://github.com/zoriya/zig-wayland.git
synced 2026-06-09 04:55:51 +00:00
1849d4e513ea307f1324c4d26e5276a999c50ac8
Fixes the following error:
./zig-wayland/common.zig:75:44: error: cannot cast a value of type '.wayland.common.Fixed'
4 => @bitCast(f.field_type, args[i].u),
^
./zig-wayland/common.zig:75:44: note: use @intToEnum for type coercion
4 => @bitCast(f.field_type, args[i].u),
^
./zig-wayland/common.zig:75:64: note: referenced here
4 => @bitCast(f.field_type, args[i].u),
…
Description
Languages
Zig
100%