Zig-ImGui icon indicating copy to clipboard operation
Zig-ImGui copied to clipboard

?fn(?*anyopaque) callconv(.C) error with zig-imgui causes test failure

Open BlueAlmost opened this issue 2 years ago • 1 comments

I believe changing file generate.py (and generate.bat) in the function pointer section (line 499 in generate.py) should be changed from:

return '?fn ...

to

return '*const ?fn ...

BlueAlmost avatar Jan 03 '23 09:01 BlueAlmost

Can we get this changed? Seems right to me as well

jeffbdavenport avatar Jul 30 '23 05:07 jeffbdavenport