From: Kenichi Handa Date: Wed, 15 Dec 1999 00:26:32 +0000 (+0000) Subject: (struct x_output): Change member font_baseline to X-Git-Tag: emacs-pretest-21.0.90~5730 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6c3d034792ecdbc58adcb5e175f771580f29bfd;p=emacs.git (struct x_output): Change member font_baseline to baseline_offset. --- 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 /* 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. */