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:
Ryan Lortie 2015-03-01 21:35:53 -05:00
parent 4f0ab5656b
commit c91076f64c

View File

@ -476,7 +476,7 @@ _gdk_win32_gl_context_realize (GdkGLContext *context,
GDK_NOTE (OPENGL,
g_print ("Creating core WGL context (version:%d.%d, debug:%s, forward:%s)\n",
major, minor,
glver_major, glver_minor,
debug_bit ? "yes" : "no",
compat_bit ? "yes" : "no"));