Mercurial > pidgin.yaz
changeset 10900:d056acc96b30
[gaim-migrate @ 12621]
Argh! thanks Daniel
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 05 May 2005 18:21:27 +0000 |
parents | 1e6bdc7175e9 |
children | 0711078e0e2d |
files | src/gtkimhtml.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkimhtml.c Thu May 05 13:09:28 2005 +0000 +++ b/src/gtkimhtml.c Thu May 05 18:21:27 2005 +0000 @@ -98,7 +98,7 @@ /* POINT_SIZE converts from AIM font sizes to a point size scale factor. */ #define MAX_FONT_SIZE 7 -#define POINT_SIZE(x) (_point_sizes [MIN ((x > 0 ? x : 1), MAX_FONT_SCALE) - 1]) +#define POINT_SIZE(x) (_point_sizes [MIN ((x > 0 ? x : 1), MAX_FONT_SIZE) - 1]) static gdouble _point_sizes [] = { .69444444, .8333333, 1, 1.2, 1.44, 1.728, 2.0736}; enum {