> > extern InputInfo inputInfo;
> > ....
> > short x, y;
> > x = inputInfo.keyboard->focus->win->origin.x;
> > y = inputInfo.keyboard->focus->win->origin.y;
> > ....
> > fprintf(stderr, "%h%h", x, y);

>    At least in XFree86, you can't call fprintf.  ErrorF is the
> standard error reporting function, even in the SI.

I can try this.  It's not important what error report function is used,
could you tell me if the InputInfo structure contains the information I
want?

Thanks,
Annie

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

Reply via email to