aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontset.h')
-rw-r--r--src/fontset.h3
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