mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-25 02:01:05 +01:00
Previously, each backend would allocate and free the renderer struct. Now
the higher level does it, so the backends only manage their private resources.
This removes some boilerplate and avoids some potential accidents.
(Manually cherry-picked from 39c8434f5f)
Reference Issue #10174.