1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 03:40:36 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2003-10-06 11:24:18 +00:00
parent 0e3dd87aae
commit dcafe1c7b8
3 changed files with 26 additions and 4 deletions

View file

@ -43,7 +43,8 @@ struct font_info
/* Full name of the font given by a window system. */
char *full_name;
/* Charset of characters displayed by the font. */
/* Charset to encode a character code into a glyph code of the
font. */
int charset;
#ifdef WINDOWSNT