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

Diff of /emacs/src/w16select.c

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

revision 1.27 by eliz, Fri May 17 13:17:21 2002 UTC revision 1.28 by handa, Mon Jun 24 00:36:20 2002 UTC
# Line 657  DEFUN ("w16-get-clipboard-data", Fw16_ge Line 657  DEFUN ("w16-get-clipboard-data", Fw16_ge
657        coding.dst_multibyte = 1;        coding.dst_multibyte = 1;
658        Vnext_selection_coding_system = Qnil;        Vnext_selection_coding_system = Qnil;
659        coding.mode |= CODING_MODE_LAST_BLOCK;        coding.mode |= CODING_MODE_LAST_BLOCK;
660          /* We explicitely disable composition handling because selection
661             data should not contain any composition sequence.  */
662          coding.composing = COMPOSITION_DISABLED;
663        truelen = get_clipboard_data (CF_OEMTEXT, htext, data_size, 1);        truelen = get_clipboard_data (CF_OEMTEXT, htext, data_size, 1);
664        bufsize = decoding_buffer_size (&coding, truelen);        bufsize = decoding_buffer_size (&coding, truelen);
665        buf = (unsigned char *) xmalloc (bufsize);        buf = (unsigned char *) xmalloc (bufsize);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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