changeset 45983:1f9be7a1addc

(w32_to_x_font): Disable composition handling.
author Kenichi Handa <handa@m17n.org>
date Mon, 24 Jun 2002 00:36:40 +0000
parents 864289635b41
children f95eb5f690c3
files src/w32fns.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32fns.c	Mon Jun 24 00:36:20 2002 +0000
+++ b/src/w32fns.c	Mon Jun 24 00:36:40 2002 +0000
@@ -6685,6 +6685,9 @@
   coding.src_multibyte = 0;
   coding.dst_multibyte = 1;
   coding.mode |= CODING_MODE_LAST_BLOCK;
+  /* We explicitely disable composition handling because selection
+     data should not contain any composition sequence.  */
+  coding.composing = COMPOSITION_DISABLED;
   bufsz = decoding_buffer_size (&coding, LF_FACESIZE);
 
   fontname = alloca(sizeof(*fontname) * bufsz);