mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
gdkglcontext-win32: fix variable names in GDK_NOTE
These probably weren't caught because GDK_NOTE was disabled when the change was tested. https://bugzilla.gnome.org/show_bug.cgi?id=745400
This commit is contained in:
parent
4f0ab5656b
commit
c91076f64c
@ -476,7 +476,7 @@ _gdk_win32_gl_context_realize (GdkGLContext *context,
|
|||||||
|
|
||||||
GDK_NOTE (OPENGL,
|
GDK_NOTE (OPENGL,
|
||||||
g_print ("Creating core WGL context (version:%d.%d, debug:%s, forward:%s)\n",
|
g_print ("Creating core WGL context (version:%d.%d, debug:%s, forward:%s)\n",
|
||||||
major, minor,
|
glver_major, glver_minor,
|
||||||
debug_bit ? "yes" : "no",
|
debug_bit ? "yes" : "no",
|
||||||
compat_bit ? "yes" : "no"));
|
compat_bit ? "yes" : "no"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user