From 7b341ec208ac12b90aa872d229b4bc53ec2f738e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 27 Feb 1997 06:55:20 +0000 Subject: [PATCH] (struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT. --- src/xterm.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/xterm.h b/src/xterm.h index b0d9212a969..f28e170e0d2 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -263,10 +263,11 @@ struct x_display_info Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, Xatom_ATOM_PAIR; - /* More atoms for font properties. The last two are private + /* More atoms for font properties. The last three are private properties, see the comments in src/fontset.h. */ Atom Xatom_PIXEL_SIZE, - Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE; + Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE, + Xatom_MULE_DEFAULT_ASCENT; #ifdef MULTI_KBOARD struct kboard *kboard; -- 2.39.5