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

/ast/src/lib/libtk/unix/
H A DtkUnixWm.c110 } minAspect, maxAspect; /* Min/max aspect ratios for window. */ member in struct:TkWmInfo
388 wmPtr->maxAspect.x = wmPtr->maxAspect.y = 1;
780 wmPtr->minAspect.y, wmPtr->maxAspect.x,
781 wmPtr->maxAspect.y);
801 wmPtr->maxAspect.x = numer2;
802 wmPtr->maxAspect.y = denom2;
2639 hintsPtr->max_aspect.x = wmPtr->maxAspect.x;
2640 hintsPtr->max_aspect.y = wmPtr->maxAspect.y;

Completed in 18 milliseconds