Thar0 / pygfxd

python3 bindings for libgfxd using ctypes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pygfxd's `gfxd_arg_fn` takes `int fn(void)` but libgfxd expects `void fn(int)`

Dragorn421 opened this issue · comments

i.e. the return type and argument type are swapped
(I'll probably fix it myself eventually ™️ )