forked from AuroraMiddleware/gtk
Merge branch 'msvc' into 'master'
gdkglcontext: Fix build with MSVC Closes #3268 See merge request GNOME/gtk!2713
This commit is contained in:
commit
25a1c421b5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user