]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT.
authorKenichi Handa <handa@m17n.org>
Thu, 27 Feb 1997 06:55:20 +0000 (06:55 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 27 Feb 1997 06:55:20 +0000 (06:55 +0000)
src/xterm.h

index b0d9212a96996806c34808d418901eef6900eca2..f28e170e0d226130b2ed82790799f1f646b2f683 100644 (file)
@@ -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;