libsdl-org / sdl2-compat

An SDL2 compatibility layer that uses SDL3 behind the scenes.
zlib License
75 stars 17 forks source link

update after SDL3 changing SDL_WindowFlags to 64bit #162

Closed sezero closed 4 months ago

sezero commented 4 months ago

also fixes SDL3_CreateRenderer having the wrong type for its flags param

@slouken: I hope I didn't miss anything wrt 32 <-> 64 bit conversion of flags between SDL2 and SDL3, but not 100% sure. Please review carefully.