On Sunday 02 February 2003 3:20 pm, [EMAIL PROTECTED] wrote:
> > In forms.c you have this:
> >      case FocusIn:
> > -        if (fl_context->xic)
> > +        if (evform->xic)
> >          {
> >              M_info("Focus", "Setting focus window for IC");
> > -            XSetICValues(fl_context->xic,
> > +            XSetICValues(evform->xic,
> >                           XNFocusWindow, st_xev.xfocus.window,
> >                           XNClientWindow, st_xev.xfocus.window,
> >                           0);
> > Do you need it anymore at all? Remember, you create the IC for each
> > form/window, so I'd be surprised if you needed to tell evform->xic about
> > the st_xev.xfocus.window.
>
> This was what I was about to ask you. So I can safely ignore this part ?

_I_ don't know. I'm English and words containing anything other than [a-zA-Z] 
gets me confused ;-)

The test, however, is simple. Modify your trial xforms program to create two 
windows and see if you can compose in either.

> Am I?  You are joking!!!!

It's a habit ;-)
Angus

Reply via email to