aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorKenichi Handa1999-12-15 00:26:32 +0000
committerKenichi Handa1999-12-15 00:26:32 +0000
commitb6c3d034792ecdbc58adcb5e175f771580f29bfd (patch)
tree71c2623a7f99d2d823b9f4bd85c181885407795c /src/xterm.h
parent99e1184e5cf7a839cdae4fa6a32b591e9b2b1161 (diff)
downloademacs-b6c3d034792ecdbc58adcb5e175f771580f29bfd.tar.gz
emacs-b6c3d034792ecdbc58adcb5e175f771580f29bfd.zip
(struct x_output): Change member font_baseline to
baseline_offset.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h4
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. */