Mercurial > emacs
changeset 33218:1d2f8848f63e
(x_produce_glyphs): Fix typo in enum name.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sun, 05 Nov 2000 21:44:19 +0000 |
parents | 960181d7eebf |
children | df5d4de29749 |
files | src/w32term.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.c Sun Nov 05 21:42:41 2000 +0000 +++ b/src/w32term.c Sun Nov 05 21:44:19 2000 +0000 @@ -2262,7 +2262,7 @@ /* Bounding box of the overall glyphs. */ int leftmost, rightmost, lowest, highest; int i, width, ascent, descent; - enum w32_font_type font_type; + enum w32_char_font_type font_type; cmp->font = (void *) font;