1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00

(struct x_display_info): New member Xatom_AVERAGE_WIDTH.

This commit is contained in:
Kenichi Handa 2004-12-30 12:24:39 +00:00
parent 0fc63cc426
commit 7e2d9efd85

View file

@ -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;