[pango] Win32: Remove "uncolored" from docs



commit bab5cf24b746527020f51548e020c410dee63f71
Author: Nicolas Hake <nh nosebud de>
Date:   Mon Jul 11 14:27:08 2016 +0200

    Win32: Remove "uncolored" from docs
    
    Since win32_render_layout and win32_render_layout_line now support
    rendering in color, that word no longer applies.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=768679

 pango/pangowin32.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pango/pangowin32.c b/pango/pangowin32.c
index f25ceac..b2b4d90 100644
--- a/pango/pangowin32.c
+++ b/pango/pangowin32.c
@@ -1001,7 +1001,7 @@ pango_win32_get_unknown_glyph (PangoFont *font,
 
 /**
  * pango_win32_render_layout_line:
- * @hdc:       DC to use for uncolored drawing
+ * @hdc:       DC to use for drawing
  * @line:      a #PangoLayoutLine
  * @x:         the x position of start of string (in pixels)
  * @y:         the y position of baseline (in pixels)
@@ -1152,7 +1152,7 @@ pango_win32_render_layout_line (HDC              hdc,
 
 /**
  * pango_win32_render_layout:
- * @hdc:       HDC to use for uncolored drawing
+ * @hdc:       HDC to use for drawing
  * @layout:    a #PangoLayout
  * @x:         the X position of the left of the layout (in pixels)
  * @y:         the Y position of the top of the layout (in pixels)


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