Mercurial > emacs
changeset 100164:8234dff2e505
* font.c (Fopen_font): Compute pixel size correctly.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 03 Dec 2008 05:10:33 +0000 |
parents | 88dfb64d3e71 |
children | 7add351b47c9 |
files | src/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Dec 03 05:00:52 2008 +0000 +++ b/src/ChangeLog Wed Dec 03 05:10:33 2008 +0000 @@ -1,5 +1,7 @@ 2008-12-03 Chong Yidong <cyd@stupidchicken.com> + * font.c (Fopen_font): Compute pixel size correctly. + * ftfont.c (ftfont_match): Initialize entity variable. (ftfont_resolve_generic_family): Avoid using uninitialized var. (ftfont_list_family): Initialize list var earlier.