/[emacs]/emacs/src/w32select.c
ViewVC logotype

Diff of /emacs/src/w32select.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by jasonr, Sat Feb 23 18:12:30 2002 UTC revision 1.24 by handa, Mon Jun 24 00:37:03 2002 UTC
# Line 330  DEFUN ("w32-get-clipboard-data", Fw32_ge Line 330  DEFUN ("w32-get-clipboard-data", Fw32_ge
330          coding.dst_multibyte = 1;          coding.dst_multibyte = 1;
331          Vnext_selection_coding_system = Qnil;          Vnext_selection_coding_system = Qnil;
332          coding.mode |= CODING_MODE_LAST_BLOCK;          coding.mode |= CODING_MODE_LAST_BLOCK;
333            /* We explicitely disable composition handling because
334               selection data should not contain any composition
335               sequence.  */
336            coding.composing = COMPOSITION_DISABLED;
337          bufsize = decoding_buffer_size (&coding, nbytes);          bufsize = decoding_buffer_size (&coding, nbytes);
338          buf = (unsigned char *) xmalloc (bufsize);          buf = (unsigned char *) xmalloc (bufsize);
339          decode_coding (&coding, src, buf, nbytes, bufsize);          decode_coding (&coding, src, buf, nbytes, bufsize);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26