# HG changeset patch # User Kenichi Handa # Date 1104409479 0 # Node ID d0fe8e91ef27771e201311baac2fa1c3733eb827 # Parent 3573aee81cc823ddebe9e00a06072e11c47e962c (struct x_display_info): New member Xatom_AVERAGE_WIDTH. diff -r 3573aee81cc8 -r d0fe8e91ef27 src/xterm.h --- 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;