diff options
| author | Kenichi Handa | 2003-10-06 11:24:18 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-10-06 11:24:18 +0000 |
| commit | dcafe1c7b8efc5c1e8176abab91cfb7e4a065f5b (patch) | |
| tree | ea452439d624a4aec8378b4072a748be35771de8 /src/fontset.h | |
| parent | 0e3dd87aae8b4a587c885f35a84781a545f7dd58 (diff) | |
| download | emacs-dcafe1c7b8efc5c1e8176abab91cfb7e4a065f5b.tar.gz emacs-dcafe1c7b8efc5c1e8176abab91cfb7e4a065f5b.zip | |
*** empty log message ***
Diffstat (limited to 'src/fontset.h')
| -rw-r--r-- | src/fontset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fontset.h b/src/fontset.h index 5c70eddecdc..0fe186d0ff7 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -43,7 +43,8 @@ struct font_info | |||
| 43 | /* Full name of the font given by a window system. */ | 43 | /* Full name of the font given by a window system. */ |
| 44 | char *full_name; | 44 | char *full_name; |
| 45 | 45 | ||
| 46 | /* Charset of characters displayed by the font. */ | 46 | /* Charset to encode a character code into a glyph code of the |
| 47 | font. */ | ||
| 47 | int charset; | 48 | int charset; |
| 48 | 49 | ||
| 49 | #ifdef WINDOWSNT | 50 | #ifdef WINDOWSNT |