Merge branch 'msvc' into 'master'

gdkglcontext: Fix build with MSVC

Closes #3268

See merge request GNOME/gtk!2713
This commit is contained in:
Xavier Claessens 2020-10-19 13:46:54 +00:00
commit 25a1c421b5

View File

@ -864,7 +864,7 @@ gdk_gl_context_get_use_es (GdkGLContext *context)
return priv->use_es > 0;
}
static void
static void APIENTRY
gl_debug_message_callback (GLenum source,
GLenum type,
GLuint id,