Don't mention GdkVisual in the docs
authorMatthias Clasen <mclasen@redhat.com>
Wed, 1 Nov 2017 02:05:58 +0000 (22:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 1 Nov 2017 02:05:58 +0000 (22:05 -0400)
It is going away.

gdk/gdkglcontext.c

index b8df697dbed7976403d50b1bf9659bb3287f8a7a..2555423b662d2d3dd5af1a33462440f1ca8aee0a 100644 (file)
@@ -27,8 +27,8 @@
  * OpenGL drawing context.
  *
  * #GdkGLContexts are created for a #GdkWindow using
- * gdk_window_create_gl_context(), and the context will match
- * the #GdkVisual of the window.
+ * gdk_window_create_gl_context(), and the context will match the
+ * the characteristics of the window.
  *
  * A #GdkGLContext is not tied to any particular normal framebuffer.
  * For instance, it cannot draw to the #GdkWindow back buffer. The GDK