Commit b7aa856c8f342ad439dd9e955c4035b9e7a1a194

Sam Lantinga 2015-06-22T23:36:06

Fixed bug 3030 - SDL_RecreateWindow fails to restore title, icon, etc. Adam M. It loses the title and icon when window recreation fails. For instance, this may happen when trying to create an OpenGL ES window on a system that doesn't support it. But at that point, the title and icon have already been lost.