diff src/xterm.h @ 59204:d0fe8e91ef27

(struct x_display_info): New member Xatom_AVERAGE_WIDTH.
author Kenichi Handa <handa@m17n.org>
date Thu, 30 Dec 2004 12:24:39 +0000
parents c163562b2d59
children eb72706060ad 025da3ba778e 95879cc1ed20
line wrap: on
line diff
--- a/src/xterm.h	Thu Dec 30 12:24:03 2004 +0000
+++ b/src/xterm.h	Thu Dec 30 12:24:39 2004 +0000
@@ -317,7 +317,7 @@
 
   /* 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;