mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
WGL: Swap core / compat in debug output
This commit is contained in:
parent
aaf4261969
commit
6a240c36ac
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user