From: Kenichi Handa Date: Thu, 27 Feb 1997 06:55:20 +0000 (+0000) Subject: (struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT. X-Git-Tag: emacs-20.1~2841 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b341ec208ac12b90aa872d229b4bc53ec2f738e;p=emacs.git (struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT. --- 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;