(QUTF8_STRING): New variable.
authorKenichi Handa <handa@m17n.org>
Wed, 14 Aug 2002 00:58:39 +0000 (00:58 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 14 Aug 2002 00:58:39 +0000 (00:58 +0000)
commit5109c8dd99e30ce5520df9fc093d7ff58dd15d8c
tree512913389ec124b99b25d6448b563489a8401747
parent13a45e6cd871c01f013676b415fc2735a06c4b2e
(QUTF8_STRING): New variable.
(symbol_to_x_atom): Pay attention to QUTF8_STRING.
(x_atom_to_symbol): Likewise.
(x_get_local_selection): New argument local_request.  If it is
nonzero, call handler_fn with the second arg nil.
(x_handle_selection_request): Call x_get_local_selection with
local_request 0.
(lisp_data_to_selection_data): Don't encode the string here.
(Fx_get_selection_internal): Call x_get_local_selection with
local_request 1.
(syms_of_xselect): Intern and staticpro QUTF8_STRING.
src/xselect.c