ikskuh / SDL.zig

A shallow wrapper around SDL that provides object API and error handling
MIT License
360 stars 79 forks source link

Fixed getWMInfo() returning invalid data. #187

Closed adihodos closed 4 months ago

adihodos commented 4 months ago

Fixed the issue with getWMInfo() returning invalid data. Added structure for X11 in SDL_SysWMInfo.u . With your permission I'd like to also add a Nix flake file, this should be useful for anyone wishing to develop on NixOS.