mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(struct x_output): Change member font_baseline to
baseline_offset.
This commit is contained in:
parent
99e1184e5c
commit
b6c3d03479
1 changed files with 2 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue