Lines Matching refs:request_mode
533 intended.request_mode = CWBorderWidth;
555 intended.request_mode |= CWWidth;
568 intended.request_mode |= CWHeight;
577 if (!(preferred.request_mode & CWWidth))
579 if (!(preferred.request_mode & CWHeight))
584 prev_mode = intended.request_mode;
622 intended.request_mode |= CWWidth;
626 intended.request_mode |= CWHeight;
628 } while (intended.request_mode != prev_mode
629 || (intended.request_mode & CWWidth
631 || (intended.request_mode & CWHeight
749 intended->request_mode = CWHeight;
753 intended->request_mode = CWWidth;
760 if (!(intended->request_mode & CWWidth)) {
761 if (preferred.request_mode & CWWidth)
767 if (!(intended->request_mode & CWHeight)) {
768 if (preferred.request_mode & CWHeight)
913 Bool rWidth = (request->request_mode & CWWidth) != 0;
914 Bool rHeight = (request->request_mode & CWHeight) != 0;
921 if (request->request_mode & XtCWQueryOnly)
925 || request->request_mode & (XtGeometryMask)(~(CWWidth | CWHeight | CWBorderWidth))
926 || ((request->request_mode & CWBorderWidth)
963 allowed.request_mode |= CWWidth;
1003 geometry.request_mode = CWWidth | CWHeight;