Searched refs:normal_hint (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwm.c1623 XSizeHints *normal_hint = XAllocSizeHints(); local in function:winApplyHints
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);
[all...]

Completed in 3 milliseconds