[gtk+] Nitpicky documentation changes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Nitpicky documentation changes
- Date: Mon, 13 Oct 2014 14:46:39 +0000 (UTC)
commit 98904b8910500b397f84516a0f06a41562253eb7
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Oct 11 23:35:52 2014 -0400
Nitpicky documentation changes
gdk/gdkglcontext.c | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/gdk/gdkglcontext.c b/gdk/gdkglcontext.c
index ed8a02f..1fba34d 100644
--- a/gdk/gdkglcontext.c
+++ b/gdk/gdkglcontext.c
@@ -30,13 +30,12 @@
* gdk_window_create_gl_context(), and the context will match
* the #GdkVisual of the window.
*
- * A #GdkGLContexts is not tied to any particulare normal
- * framebuffer. For instance, it cannot draw to the #GdkWindow back
- * buffer. The GDK repaint system is in full control of the painting
- * to that. Instead you can create render buffers or textures and use
- * gdk_cairo_draw_from_gl() in the draw function of your widget to
- * draw them. Then GDK will handle the integration of your rendering
- * with that of other widgets.
+ * A #GdkGLContext is not tied to any particular normal framebuffer.
+ * For instance, it cannot draw to the #GdkWindow back buffer. The GDK
+ * repaint system is in full control of the painting to that. Instead,
+ * you can create render buffers or textures and use gdk_cairo_draw_from_gl()
+ * in the draw function of your widget to draw them. Then GDK will handle
+ * the integration of your rendering with that of other widgets.
*
* Support for #GdkGLContext is platform-specific, context creation
* can fail, returning %NULL context.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]