summaryrefslogtreecommitdiff
path: root/pango/pangowin32.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangowin32.c')
-rw-r--r--pango/pangowin32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangowin32.c b/pango/pangowin32.c
index 10809c7b..c7c27503 100644
--- a/pango/pangowin32.c
+++ b/pango/pangowin32.c
@@ -240,7 +240,7 @@ pango_win32_render (HDC hdc,
guint16 *glyph_indexes;
gint *dX;
gint this_x;
- PangoGlyphUnit start_x_offset, x_offset, next_x_offset, cur_y_offset;
+ gint start_x_offset, x_offset, next_x_offset, cur_y_offset; /* in Pango units */
g_return_if_fail (glyphs != NULL);
@@ -278,7 +278,7 @@ pango_win32_render (HDC hdc,
* rendered by one call to ExtTextOutW().
*
* In order to minimize buildup of rounding errors, we keep track of
- * where the glyphs should be rendered in PangoGlyphUnits, and round
+ * where the glyphs should be rendered in Pango units, and round
* to pixels separately for each glyph,
*/