Reiner Gerecke 1849d4e513 Properly cast Fixed in Dispatcher
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),
2020-10-18 21:41:59 +02:00
2020-10-18 21:41:59 +02:00
2020-10-03 16:00:59 +02:00
2020-09-23 20:47:32 +02:00
S
Description
Zig wayland scanner and libwayland bindings (forked to update to zig's nightly)
MIT 441 KiB
Languages
Zig 100%