From: Matthias Clasen Date: Wed, 1 Nov 2017 02:05:58 +0000 (-0400) Subject: Don't mention GdkVisual in the docs X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~23^2~985 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=61a3a90f89e22cc17b4b7d171cac2f6b4da4b9a9;p=gtk4.git Don't mention GdkVisual in the docs It is going away. --- diff --git a/gdk/gdkglcontext.c b/gdk/gdkglcontext.c index b8df697dbe..2555423b66 100644 --- a/gdk/gdkglcontext.c +++ b/gdk/gdkglcontext.c @@ -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