Mercurial > emacs
changeset 17104:b2a15ee1d181
(struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Feb 1997 06:55:20 +0000 |
parents | 7cde34a6424e |
children | 2b667198acff |
files | src/xterm.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Thu Feb 27 06:53:04 1997 +0000 +++ b/src/xterm.h Thu Feb 27 06:55:20 1997 +0000 @@ -263,10 +263,11 @@ 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;