Mercurial > hg > xemacs-beta
diff src/event-Xt.c @ 76:c0c698873ce1 r20-0b33
Import from CVS: tag r20-0b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:10 +0200 |
parents | 54cc21c15cbb |
children | c7528f8e288d |
line wrap: on
line diff
--- a/src/event-Xt.c Mon Aug 13 09:04:39 2007 +0200 +++ b/src/event-Xt.c Mon Aug 13 09:05:10 2007 +0200 @@ -640,7 +640,7 @@ #else /* XIM_XLIB */ #define LOOKUPSTRING \ len = XmbLookupString \ - (FRAME_X_XIC (x_window_to_frame \ + (FRAME_X_XIC (x_any_window_to_frame \ (get_device_from_display (event->display), event->window)), \ event, bufptr, bufsiz, &keysym, &status); #endif /* XIM_XLIB */ @@ -708,9 +708,9 @@ enqueue_Xt_dispatch_event (emacs_event); } Lstream_close (XLSTREAM (instream)); - return Qnil; + return (Qnil); } - case XLookupNone: return Qnil; + case XLookupNone: return (Qnil); case XBufferOverflow: bufptr = alloca (len+1); bufsiz = len+1;