diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-08-12 18:11:03 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-08-12 18:11:03 -0400 |
commit | a38803a01f9e7f0cddd98c9b14ce8f9c1d878620 (patch) | |
tree | daee9aafb74918756cd67d0bd66dc40e928cf2b2 /pango/pango-glyph.h | |
parent | 075e9925cc9d4675e5a6be65e599e4ee97f2d018 (diff) | |
download | pango-a38803a01f9e7f0cddd98c9b14ce8f9c1d878620.tar.gz |
Remove G_GNUC_PURE attr from pango_glyph_string_get_width()
Since the glyph widths can be adjusted directly.
Diffstat (limited to 'pango/pango-glyph.h')
-rw-r--r-- | pango/pango-glyph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h index cd26f53c..4af63e78 100644 --- a/pango/pango-glyph.h +++ b/pango/pango-glyph.h @@ -91,7 +91,7 @@ void pango_glyph_string_extents (PangoGlyphString *glyphs, PangoFont *font, PangoRectangle *ink_rect, PangoRectangle *logical_rect); -int pango_glyph_string_get_width(PangoGlyphString *glyphs) G_GNUC_PURE; +int pango_glyph_string_get_width(PangoGlyphString *glyphs); void pango_glyph_string_extents_range (PangoGlyphString *glyphs, int start, |