Mercurial > emacs
comparison src/xterm.h @ 46883:d69b36b954c3
(struct x_display_info): New member Xatom_UTF8_STRING.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 14 Aug 2002 00:59:15 +0000 |
parents | 160bfc160855 |
children | 1afff47013bb |
comparison
equal
deleted
inserted
replaced
46882:9c2b3f9ec15a | 46883:d69b36b954c3 |
---|---|
287 /* EditRes protocol */ | 287 /* EditRes protocol */ |
288 Atom Xatom_editres; | 288 Atom Xatom_editres; |
289 | 289 |
290 /* More atoms, which are selection types. */ | 290 /* More atoms, which are selection types. */ |
291 Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE, | 291 Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE, |
292 Xatom_COMPOUND_TEXT, | 292 Xatom_COMPOUND_TEXT, Xatom_UTF8_STRING, |
293 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, | 293 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, |
294 Xatom_ATOM_PAIR; | 294 Xatom_ATOM_PAIR; |
295 | 295 |
296 /* More atoms for font properties. The last three are private | 296 /* More atoms for font properties. The last three are private |
297 properties, see the comments in src/fontset.h. */ | 297 properties, see the comments in src/fontset.h. */ |