Set a proper window icon
Currently, Impl_SetWindowIcon is called during I_StartupGraphics. However, because SDL_Image isn't used, it's basically doing nothing. Looks like if SDL_Image is used, it would use SDL_icon.xpm as base. It would be nice to have a custom window icon set, instead of the default icon the OS uses as a placeholder. In my opinion.