Lokathor / fermium

An easy to build and use set of SDL2 bindings.
https://docs.rs/fermium
60 stars 14 forks source link

SDL_CreateWindow should accept an SDL_WindowFlags value, not u32 #64

Closed Lokathor closed 1 year ago

Lokathor commented 3 years ago

It works currently, but you have to use .0 after your value to get out the u32.

Lokathor commented 1 year ago

create window and also create window and renderer both use u32... it's fine.