[pango] Remove G_GNUC_PURE attr from pango_glyph_string_get_width()
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pango] Remove G_GNUC_PURE attr from pango_glyph_string_get_width()
- Date: Wed, 12 Aug 2009 22:40:51 +0000 (UTC)
commit a38803a01f9e7f0cddd98c9b14ce8f9c1d878620
Author: Behdad Esfahbod <behdad behdad org>
Date: Wed Aug 12 18:11:03 2009 -0400
Remove G_GNUC_PURE attr from pango_glyph_string_get_width()
Since the glyph widths can be adjusted directly.
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 cd26f53..4af63e7 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]