Actions
Feature #747
closedsdl3: Drop flags parameter from SDL_CreateRenderer() call
Start date:
07/02/2024
Due date:
% Done:
0%
Estimated time:
Description
Latest sdl3 has dropped flags parameter from SDL_CreateRenderer(). Adjust our call.
Files
Updated by Marko Lindqvist 5 months ago
- File 0017-sdl3-Stop-using-renderer-selection-flags.patch 0017-sdl3-Stop-using-renderer-selection-flags.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Unlike documentation says, the flag parameter is still there. Just the render flags we're been using have been removed. Attached patch stops using them.
Actions