[gtkglext] Fix type of argument in gdk_gl_config_impl_win32_init()
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkglext] Fix type of argument in gdk_gl_config_impl_win32_init()
- Date: Tue, 20 Jul 2010 13:31:28 +0000 (UTC)
commit eb9404cbd64d38ab8558e8404146a1e27c2c91d7
Author: Mukund Sivaraman <muks banu com>
Date: Tue Jul 20 19:01:20 2010 +0530
Fix type of argument in gdk_gl_config_impl_win32_init()
gdk/win32/gdkglconfig-win32.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/win32/gdkglconfig-win32.c b/gdk/win32/gdkglconfig-win32.c
index 144332d..2f24bc0 100644
--- a/gdk/win32/gdkglconfig-win32.c
+++ b/gdk/win32/gdkglconfig-win32.c
@@ -31,7 +31,7 @@ G_DEFINE_TYPE (GdkGLConfigImplWin32, \
GDK_TYPE_GL_CONFIG)
static void
-gdk_gl_config_impl_win32_init (GdkGLConfigImplX11 *self)
+gdk_gl_config_impl_win32_init (GdkGLConfigImplWin32 *self)
{
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]