comparison src/xterm.h @ 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 c163562b2d59
children eb72706060ad 025da3ba778e 95879cc1ed20
comparison
equal deleted inserted replaced
59203:3573aee81cc8 59204:d0fe8e91ef27
315 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, 315 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL,
316 Xatom_ATOM_PAIR; 316 Xatom_ATOM_PAIR;
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
324 /* More atoms for Ghostscript support. */ 324 /* More atoms for Ghostscript support. */
325 Atom Xatom_DONE, Xatom_PAGE; 325 Atom Xatom_DONE, Xatom_PAGE;