Fixed bug 3355 - false "Invalid renderer" after creating an "opengles2" renderer.

Call SDL_GL_GetDrawableSize() directly because we may be in the initialization path and SDL_GetRendererOutputSize() will fail because the renderer magic isn't set up yet.
3 files changed