aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2004-12-30 12:24:39 +0000
committerKenichi Handa <[email protected]>2004-12-30 12:24:39 +0000
commit7e2d9efd85e4db8d6a6677ac032f9abf94d545d9 (patch)
tree18c3735e37366190104bfbbbcecdcb34b1fe2eb8 /src
parent0fc63cc42640000e083d705da929b74953d4b084 (diff)
(struct x_display_info): New member Xatom_AVERAGE_WIDTH.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 4422dd274c..2f71f64421 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;