[gtk+] Clarify docs for gdk_cairo_draw_from_gl



commit 398697eb2fcd25246b6d20bc78a678b1ab1bff3c
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Oct 30 12:22:08 2014 +0100

    Clarify docs for gdk_cairo_draw_from_gl

 gdk/gdkgl.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gdk/gdkgl.c b/gdk/gdkgl.c
index a4b290a..b24bb5d 100644
--- a/gdk/gdkgl.c
+++ b/gdk/gdkgl.c
@@ -54,6 +54,8 @@ gdk_cairo_surface_mark_as_direct (cairo_surface_t *surface,
  * This is the main way to draw GL content in GTK+. It takes a render buffer ID 
  * (@source_type == #GL_RENDERBUFFER) or a texture id (@source_type == #GL_TEXTURE)
  * and draws it onto @cr with an OVER operation, respecting the current clip.
+ * The top left corner of the rectangle specified by @x, @y, @width and @height
+ * will be drawn at the current (0,0) position of the cairo_t.
  *
  * This will work for *all* cairo_t, as long as @window is realized, but the
  * fallback implementation that reads back the pixels from the buffer may be


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]