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

Diff of /emacs/src/xterm.c

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

revision 1.875 by dann, Tue Sep 27 21:14:23 2005 UTC revision 1.876 by dann, Fri Sep 30 22:38:13 2005 UTC
# Line 6231  handle_one_xevent (dpyinfo, eventp, fini Line 6231  handle_one_xevent (dpyinfo, eventp, fini
6231                if (status_return == XBufferOverflow)                if (status_return == XBufferOverflow)
6232                  {                  {
6233                    copy_bufsiz = nbytes + 1;                    copy_bufsiz = nbytes + 1;
6234                    copy_bufptr = (char *) alloca (copy_bufsiz);                    copy_bufptr = (unsigned char *) alloca (copy_bufsiz);
6235                    nbytes = XmbLookupString (FRAME_XIC (f),                    nbytes = XmbLookupString (FRAME_XIC (f),
6236                                              &event.xkey, copy_bufptr,                                              &event.xkey, copy_bufptr,
6237                                              copy_bufsiz, &keysym,                                              copy_bufsiz, &keysym,
# Line 6249  handle_one_xevent (dpyinfo, eventp, fini Line 6249  handle_one_xevent (dpyinfo, eventp, fini
6249                    if (status_return == XBufferOverflow)                    if (status_return == XBufferOverflow)
6250                      {                      {
6251                        copy_bufsiz = nbytes + 1;                        copy_bufsiz = nbytes + 1;
6252                        copy_bufptr = (char *) alloca (copy_bufsiz);                        copy_bufptr = (unsigned char *) alloca (copy_bufsiz);
6253                        nbytes = Xutf8LookupString (FRAME_XIC (f),                        nbytes = Xutf8LookupString (FRAME_XIC (f),
6254                                                    &event.xkey,                                                    &event.xkey,
6255                                                    copy_bufptr,                                                    copy_bufptr,

Legend:
Removed from v.1.875  
changed lines
  Added in v.1.876

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