On Tue, 4 Feb 2003, Angus Leeming wrote:

>  do_keyboard(XEvent * xev, int formevent)
>  {
>       Window win;
> -     int kbuflen;
> 
>       ...
>       if ( keyform ) {
>               KeySym keysym = 0;
> -             unsigned char keybuf[227];
> 
>               kbuflen = fl_XLookupString((XKeyEvent *) xev, (char *) keybuf,
>                                                          sizeof(keybuf), &keysym);



Oh, I see. the two lines removed...understood!




cghan

Reply via email to