Lines Matching refs:normal_hint
1623 XSizeHints *normal_hint = XAllocSizeHints();
1625 if (normal_hint && (XGetWMNormalHints(pDisplay, iWindow, normal_hint, &supplied) == Success))
1627 if (normal_hint->flags & PMaxSize)
1632 if (normal_hint->flags & PMinSize)
1638 if ((normal_hint->min_width == normal_hint->max_width)
1639 && (normal_hint->min_height == normal_hint->max_height))
1644 XFree(normal_hint);