Lines Matching refs:request_mode
181 if (geomp->request_mode & CWX)
183 if (geomp->request_mode & CWY)
185 if (geomp->request_mode & CWWidth)
187 if (geomp->request_mode & CWHeight)
260 preferred->request_mode = SIZEONLY;
264 if ((intended->request_mode & SIZEONLY) == SIZEONLY &&
292 if ((req->request_mode & CWBorderWidth) && req->border_width != 0) {
300 if ((req->request_mode & CWX) && req->x != reply->x)
302 if ((req->request_mode & CWY) && req->x != reply->x)
304 if ((req->request_mode & CWWidth) && req->width != reply->width)
306 if ((req->request_mode & CWHeight) && req->height != reply->height)
320 if (!(req->request_mode & XtCWQueryOnly)) {
354 XtWidgetGeometry geom = { .request_mode = 0 }, retgeom;
358 geom.request_mode |= CWWidth;
362 geom.request_mode |= CWHeight;
364 if (geom.request_mode &&