Lines Matching refs:prop
70 xPropSizeHints *prop = NULL;
80 (unsigned char **)&prop)
86 Xfree (prop);
90 hints->flags = prop->flags;
92 hints->x = cvtINT32toInt (prop->x);
93 hints->y = cvtINT32toInt (prop->y);
94 hints->width = cvtINT32toInt (prop->width);
95 hints->height = cvtINT32toInt (prop->height);
96 hints->min_width = cvtINT32toInt (prop->minWidth);
97 hints->min_height = cvtINT32toInt (prop->minHeight);
98 hints->max_width = cvtINT32toInt (prop->maxWidth);
99 hints->max_height = cvtINT32toInt (prop->maxHeight);
100 hints->width_inc = cvtINT32toInt (prop->widthInc);
101 hints->height_inc = cvtINT32toInt (prop->heightInc);
102 hints->min_aspect.x = cvtINT32toInt (prop->minAspectX);
103 hints->min_aspect.y = cvtINT32toInt (prop->minAspectY);
104 hints->max_aspect.x = cvtINT32toInt (prop->maxAspectX);
105 hints->max_aspect.y = cvtINT32toInt (prop->maxAspectY);
109 hints->base_width= cvtINT32toInt (prop->baseWidth);
110 hints->base_height= cvtINT32toInt (prop->baseHeight);
111 hints->win_gravity= cvtINT32toInt (prop->winGravity);
115 Xfree(prop);