Lines Matching defs:allowed
754 XtWidgetGeometry allowed;
765 allowed = *request;
784 allowed.width = w->core.width;
795 allowed.width = w->core.width;
796 allowed.request_mode |= CWWidth;
798 if (allowed.width > (bar->core.width + bar->core.border_width))
799 allowed.width -= bar->core.width + bar->core.border_width;
801 allowed.width = 1;
806 allowed.height = height_remaining;
810 if (allowed.width != request->width || allowed.height != request->height) {
811 *reply = allowed;