diff options
author | Kenichi Handa <handa@m17n.org> | 2004-12-30 12:24:39 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2004-12-30 12:24:39 +0000 |
commit | 7e2d9efd85e4db8d6a6677ac032f9abf94d545d9 (patch) | |
tree | 18c3735e37366190104bfbbbcecdcb34b1fe2eb8 | |
parent | 0fc63cc42640000e083d705da929b74953d4b084 (diff) | |
download | emacs-7e2d9efd85e4db8d6a6677ac032f9abf94d545d9.tar.gz |
(struct x_display_info): New member Xatom_AVERAGE_WIDTH.
-rw-r--r-- | src/xterm.h | 2 |
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; |