Mercurial > emacs
changeset 26878:0020f5359d09
(struct x_output): Change member font_baseline to
baseline_offset.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 15 Dec 1999 00:26:32 +0000 |
parents | 9c5071c954cd |
children | b4de7fa9866e |
files | src/xterm.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Wed Dec 15 00:26:05 1999 +0000 +++ b/src/xterm.h Wed Dec 15 00:26:32 1999 +0000 @@ -443,8 +443,8 @@ /* Default ASCII font of this frame. */ XFontStruct *font; - /* The baseline position of the default ASCII font. */ - int font_baseline; + /* The baseline offset of the default ASCII font. */ + int baseline_offset; /* If a fontset is specified for this frame instead of font, this value contains an ID of the fontset, else -1. */