diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2005-11-23 19:55:23 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2005-11-23 19:55:23 +0000 |
commit | 86351a44bb497dbab0ec6720c50b7892668c8f42 (patch) | |
tree | c8a8350be12c256d55a34f9690cba493d548e44b /ChangeLog | |
parent | bb5b651edbc041fd9677b40a0fc2ff9b491a0371 (diff) | |
download | pango-86351a44bb497dbab0ec6720c50b7892668c8f42.tar.gz |
Remove cast to double in things like a = b / c where a, b, and c are all
2005-11-23 Behdad Esfahbod <behdad@gnome.org>
* pango/mapping.c (pango_glyph_string_index_to_x),
pango/pango-layout.c (pango_layout_iter_get_char_extents):
Remove cast to double in things like a = b / c where a, b,
and c are all ints. (#312469, Sven Neumann)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2005-11-23 Behdad Esfahbod <behdad@gnome.org> + * pango/mapping.c (pango_glyph_string_index_to_x), + pango/pango-layout.c (pango_layout_iter_get_char_extents): + Remove cast to double in things like a = b / c where a, b, + and c are all ints. (#312469, Sven Neumann) + +2005-11-23 Behdad Esfahbod <behdad@gnome.org> + * pango/opentyp/pango-ot-buffer.c: Fix typo in docs. 2005-11-23 Behdad Esfahbod <behdad@gnome.org> |