diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2005-11-04 20:40:22 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2005-11-04 20:40:22 +0000 |
commit | f3d4ab2fecbc21745436e54b81729a330a915648 (patch) | |
tree | 0cff44e49873fe0718bd101d74c8d26018ac44cb /ChangeLog | |
parent | 180425705216d4d7dfa698ee46a3d026deafa5c4 (diff) | |
download | pango-f3d4ab2fecbc21745436e54b81729a330a915648.tar.gz |
Use macros for locking and unlocking fonts we know are valid to avoid
2005-11-04 Behdad Esfahbod <behdad@gnome.org>
* pango/pangofc-font.c: Use macros for locking and unlocking fonts
we know are valid to avoid redundant PANGO_IS_FC_FONT checks.
(Review by Matthias Clasen)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-11-04 Behdad Esfahbod <behdad@gnome.org> + + * pango/pangofc-font.c: Use macros for locking and unlocking fonts + we know are valid to avoid redundant PANGO_IS_FC_FONT checks. + (Review by Matthias Clasen) + 2005-11-03 Behdad Esfahbod <behdad@gnome.org> * docs/tmpl/main.sgml, pango/Makefile.am, pango/pango-context.c |