projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
883c0d1
)
Don't mention GdkVisual in the docs
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 1 Nov 2017 02:05:58 +0000
(22:05 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 1 Nov 2017 02:05:58 +0000
(22:05 -0400)
It is going away.
gdk/gdkglcontext.c
patch
|
blob
|
history
diff --git
a/gdk/gdkglcontext.c
b/gdk/gdkglcontext.c
index b8df697dbed7976403d50b1bf9659bb3287f8a7a..2555423b662d2d3dd5af1a33462440f1ca8aee0a 100644
(file)
--- 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