On Thu, 18 Jul 2002, Annie Luo wrote:

> > > > > x = inputInfo.keyboard->focus->win->origin.x;
> > > > > y = inputInfo.keyboard->focus->win->origin.y;
> 
> >    I believe that holds the window that keyboard events are going
> > into, but that's one of the areas of the server that I know the
> > least about.  The origin there is relative to that window's parent.
> 
> Thanks Mark.  What is strange is that the two short int values
> 
> inputInfo.keyboard->focus->win->origin.x
> inputInfo.keyboard->focus->win->origin.y
> 
> are not even readable.  The original declaration of InputInfo is a Register,
> do you think this relative to the problem I met?
> 

   I don't know what you mean by them not being readable.  It may
be possible that there is no focus and win is null, but I don't
know anything about those implementation details.


                                Mark.
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to