]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct x_output): Change member font_baseline to
authorKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:26:32 +0000 (00:26 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:26:32 +0000 (00:26 +0000)
baseline_offset.

src/xterm.h

index 734bdb180b7deede4361770a60279b2d30acf547..9ef78981c1350acafb5639f7c0a70cff1b42dc29 100644 (file)
@@ -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.  */