diff options
| -rw-r--r-- | src/xterm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h index 734bdb180b7..9ef78981c13 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -443,8 +443,8 @@ struct x_output | |||
| 443 | /* Default ASCII font of this frame. */ | 443 | /* Default ASCII font of this frame. */ |
| 444 | XFontStruct *font; | 444 | XFontStruct *font; |
| 445 | 445 | ||
| 446 | /* The baseline position of the default ASCII font. */ | 446 | /* The baseline offset of the default ASCII font. */ |
| 447 | int font_baseline; | 447 | int baseline_offset; |
| 448 | 448 | ||
| 449 | /* If a fontset is specified for this frame instead of font, this | 449 | /* If a fontset is specified for this frame instead of font, this |
| 450 | value contains an ID of the fontset, else -1. */ | 450 | value contains an ID of the fontset, else -1. */ |