call NSOpenGLContext 'update' on opengl context on macos when resizing

This commit is contained in:
jp9000
2013-12-31 03:09:28 -07:00
parent 36041e9d80
commit 969a71d716
4 changed files with 14 additions and 0 deletions

View File

@@ -390,6 +390,11 @@ static void APIENTRY gl_debug_message_amd(GLuint id,
}
#endif
void gl_update(device_t device)
{
/* does nothing on windows */
}
struct gl_platform *gl_platform_create(device_t device,
struct gs_init_data *info)
{