summaryrefslogtreecommitdiff
path: root/src/xterm.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-12-30 12:24:39 +0000
committerKenichi Handa <handa@m17n.org>2004-12-30 12:24:39 +0000
commit7e2d9efd85e4db8d6a6677ac032f9abf94d545d9 (patch)
tree18c3735e37366190104bfbbbcecdcb34b1fe2eb8 /src/xterm.h
parent0fc63cc42640000e083d705da929b74953d4b084 (diff)
downloademacs-7e2d9efd85e4db8d6a6677ac032f9abf94d545d9.tar.gz
(struct x_display_info): New member Xatom_AVERAGE_WIDTH.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 4422dd274c2..2f71f644217 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -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;