> > > > 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? _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
