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

/ast/src/lib/libtk/unix/
H A DtkUnixWm.c144 int xInParent, yInParent; /* Offset of window within reparent, measured member in struct:TkWmInfo
399 wmPtr->xInParent = wmPtr->yInParent = 0;
2130 wmPtr->xInParent = wmPtr->yInParent = 0;
2220 wmPtr->xInParent = wmPtr->yInParent = 0;
2223 wmPtr->xInParent = xOffset + bd - winPtr->changes.border_width;
2252 && ((winPtr->changes.x != (x + wmPtr->xInParent))
2264 winPtr->changes.x = x + wmPtr->xInParent;
2269 wmPtr->xInParent, wmPtr->yInParent);

Completed in 17 milliseconds