We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's still SDL_FreeRW and SDL_FreeCursor ... these should be SDL_Destroy* in SDL3.
(SDL_AllocRW, should be SDL_CreateRW, I suppose? Maybe these should go away, as they are probably remnants of the different-C-runtimes stuff?)
The text was updated successfully, but these errors were encountered:
SDL API renaming: SDL_Alloc*/SDL_Free* -> SDL_Create*/SDL_Destroy*
6b3f690
Fixes libsdl-org#6945
98678b5
Fixes #6945
slouken
Successfully merging a pull request may close this issue.
There's still SDL_FreeRW and SDL_FreeCursor ... these should be SDL_Destroy* in SDL3.
(SDL_AllocRW, should be SDL_CreateRW, I suppose? Maybe these should go away, as they are probably remnants of the different-C-runtimes stuff?)
The text was updated successfully, but these errors were encountered: