comparison src/event-Xt.c @ 1494:210683f31426

[xemacs-hg @ 2003-05-22 06:09:03 by stephent] coding detection debug code <87vfw3tt4b.fsf@tleepslib.sk.tsukuba.ac.jp> typo in comment <87r86rtt18.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Thu, 22 May 2003 06:09:04 +0000
parents b531bf8658e9
children a8d8f419b459
comparison
equal deleted inserted replaced
1493:277e2dba97ac 1494:210683f31426
1008 len = XmImMbLookupString (XtWindowToWidget (event->display, event->window), 1008 len = XmImMbLookupString (XtWindowToWidget (event->display, event->window),
1009 event, bufptr, bufsiz, &keysym, &status); 1009 event, bufptr, bufsiz, &keysym, &status);
1010 #else /* XIM_XLIB */ 1010 #else /* XIM_XLIB */
1011 if (xic) 1011 if (xic)
1012 len = XmbLookupString (xic, event, bufptr, bufsiz, &keysym, &status); 1012 len = XmbLookupString (xic, event, bufptr, bufsiz, &keysym, &status);
1013 #endif /* HAVE_XIM */ 1013 #endif /* XIM_MOTIF */
1014 1014
1015 #ifdef DEBUG_XEMACS 1015 #ifdef DEBUG_XEMACS
1016 if (debug_x_events > 0) 1016 if (debug_x_events > 0)
1017 { 1017 {
1018 stderr_out (" status="); 1018 stderr_out (" status=");