aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorKenichi Handa2004-12-30 12:24:39 +0000
committerKenichi Handa2004-12-30 12:24:39 +0000
commit7e2d9efd85e4db8d6a6677ac032f9abf94d545d9 (patch)
tree18c3735e37366190104bfbbbcecdcb34b1fe2eb8 /src/xterm.h
parent0fc63cc42640000e083d705da929b74953d4b084 (diff)
downloademacs-7e2d9efd85e4db8d6a6677ac032f9abf94d545d9.tar.gz
emacs-7e2d9efd85e4db8d6a6677ac032f9abf94d545d9.zip
(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
317 317
318 /* More atoms for font properties. The last three are private 318 /* More atoms for font properties. The last three are private
319 properties, see the comments in src/fontset.h. */ 319 properties, see the comments in src/fontset.h. */
320 Atom Xatom_PIXEL_SIZE, 320 Atom Xatom_PIXEL_SIZE, Xatom_AVERAGE_WIDTH,
321 Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE, 321 Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE,
322 Xatom_MULE_DEFAULT_ASCENT; 322 Xatom_MULE_DEFAULT_ASCENT;
323 323