# HG changeset patch # User Kenichi Handa # Date 945217592 0 # Node ID 0020f5359d0986dd033850dee4c3a4a99e82db57 # Parent 9c5071c954cd4d70a87602511719b1b76dfd8b58 (struct x_output): Change member font_baseline to baseline_offset. diff -r 9c5071c954cd -r 0020f5359d09 src/xterm.h --- 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. */