comparison src/xterm.h @ 17104:b2a15ee1d181

(struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT.
author Kenichi Handa <handa@m17n.org>
date Thu, 27 Feb 1997 06:55:20 +0000
parents fd0b17a79b07
children 460d5452a852
comparison
equal deleted inserted replaced
17103:7cde34a6424e 17104:b2a15ee1d181
261 Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE, 261 Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE,
262 Xatom_COMPOUND_TEXT, 262 Xatom_COMPOUND_TEXT,
263 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, 263 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL,
264 Xatom_ATOM_PAIR; 264 Xatom_ATOM_PAIR;
265 265
266 /* More atoms for font properties. The last two are private 266 /* More atoms for font properties. The last three are private
267 properties, see the comments in src/fontset.h. */ 267 properties, see the comments in src/fontset.h. */
268 Atom Xatom_PIXEL_SIZE, 268 Atom Xatom_PIXEL_SIZE,
269 Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE; 269 Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE,
270 Xatom_MULE_DEFAULT_ASCENT;
270 271
271 #ifdef MULTI_KBOARD 272 #ifdef MULTI_KBOARD
272 struct kboard *kboard; 273 struct kboard *kboard;
273 #endif 274 #endif
274 int cut_buffers_initialized; /* Whether we're sure they all exist */ 275 int cut_buffers_initialized; /* Whether we're sure they all exist */