]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct x_display_info): New member Xatom_AVERAGE_WIDTH.
authorKenichi Handa <handa@m17n.org>
Thu, 30 Dec 2004 12:24:39 +0000 (12:24 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 30 Dec 2004 12:24:39 +0000 (12:24 +0000)
src/xterm.h

index 4422dd274c209e384cdbb2811131ac423203bf07..2f71f64421791798e3bbd9f30c25d47f60060cf8 100644 (file)
@@ -317,7 +317,7 @@ struct x_display_info
 
   /* More atoms for font properties.  The last three are private
      properties, see the comments in src/fontset.h.  */
-  Atom Xatom_PIXEL_SIZE,
+  Atom Xatom_PIXEL_SIZE, Xatom_AVERAGE_WIDTH,
   Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE,
   Xatom_MULE_DEFAULT_ASCENT;