From bab5cf24b746527020f51548e020c410dee63f71 Mon Sep 17 00:00:00 2001 From: Nicolas Hake Date: Mon, 11 Jul 2016 14:27:08 +0200 Subject: 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 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pango/pangowin32.c') 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) -- cgit v1.2.1