Lines Matching defs:allowed
890 XtWidgetGeometry allowed;
906 allowed = *request;
927 allowed.width = w->core.width;
938 allowed.width = w->core.width;
939 allowed.request_mode |= CWWidth;
941 if ( (int)allowed.width >
943 allowed.width -= bar->core.width + bar->core.border_width;
945 allowed.width = 1;
950 allowed.height = height_remaining;
954 if (allowed.width != request->width || allowed.height != request->height) {
955 *reply = allowed;