Mercurial > emacs
changeset 59204:d0fe8e91ef27
(struct x_display_info): New member Xatom_AVERAGE_WIDTH.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 30 Dec 2004 12:24:39 +0000 |
parents | 3573aee81cc8 |
children | d33c176effbf |
files | src/xterm.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;