WGL: Swap core / compat in debug output

This commit is contained in:
Luca Bacci 2024-09-04 17:04:58 +02:00
parent aaf4261969
commit 6a240c36ac

View File

@ -744,7 +744,7 @@ create_wgl_context_with_attribs (HDC hdc,
GDK_NOTE (OPENGL,
g_print ("Creating %s WGL context (version:%d.%d, debug:%s, forward:%s)\n",
is_legacy ? "core" : "compat",
is_legacy ? "compat" : "core",
gdk_gl_version_get_major (version),
gdk_gl_version_get_minor (version),
(flags & WGL_CONTEXT_DEBUG_BIT_ARB) ? "yes" : "no",