Commit 1ed60219600562ec49eae61526f020d53c98bbe3

Sylvain Becker 2018-12-15T16:21:24

Fixed bug 4426 - allows re-creation of software renderer Switching between renderers "software -> opengl -> opengles2 -> software" fails. "opengl -> opengles2" calls SDL_RecreateWindow() and frees "window->surface" without marking it as "surface_invalid".