diff options
author | Nicolas Hake <nh@nosebud.de> | 2016-07-11 14:27:08 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-04-07 21:54:29 -0400 |
commit | bab5cf24b746527020f51548e020c410dee63f71 (patch) | |
tree | 243a1cb6bd44b2f456774b4aafaa64fe0e98706a /pango/pangowin32.c | |
parent | 8de443dd9f426c325673d029786618da9476f6a0 (diff) | |
download | pango-bab5cf24b746527020f51548e020c410dee63f71.tar.gz |
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
Diffstat (limited to 'pango/pangowin32.c')
-rw-r--r-- | pango/pangowin32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangowin32.c b/pango/pangowin32.c index f25ceacc..b2b4d90a 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) |