[gtk+] gdkglcontext-win32: fix variable names in GDK_NOTE
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gdkglcontext-win32: fix variable names in GDK_NOTE
- Date: Mon, 2 Mar 2015 04:26:04 +0000 (UTC)
commit c91076f64c6561c800459d2d7a045d79455ffd09
Author: Ryan Lortie <desrt desrt ca>
Date: Sun Mar 1 21:35:53 2015 -0500
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
gdk/win32/gdkglcontext-win32.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/win32/gdkglcontext-win32.c b/gdk/win32/gdkglcontext-win32.c
index 690ea8c..6da6768 100644
--- a/gdk/win32/gdkglcontext-win32.c
+++ b/gdk/win32/gdkglcontext-win32.c
@@ -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"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]