Searched refs:newFocalPoint (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DKeyboard.c461 XtGeneology newFocalPoint = pwi->focalPoint; local in function:_XtHandleFocus
485 newFocalPoint = XtUnrelated;
489 newFocalPoint = XtMyAncestor;
504 newFocalPoint = XtMySelf;
508 newFocalPoint = XtMyDescendant;
511 newFocalPoint = XtMyAncestor;
522 newFocalPoint = XtUnrelated;
530 if (newFocalPoint != oldFocalPoint) {
534 pwi->focalPoint = newFocalPoint;
542 else if (newFocalPoint
[all...]

Completed in 3 milliseconds