Searched refs:vRootWidth (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libtk/unix/ |
H A D | tkUnixWm.c | 168 int vRootWidth, vRootHeight;/* Dimensions of the virtual root window. member in struct:TkWmInfo 2033 wmPtr->x = wmPtr->vRootWidth - (wmPtr->x + wmPtr->parentWidth); 2256 wmPtr->x = wmPtr->vRootWidth - (wmPtr->x + wmPtr->parentWidth); 2472 x = wmPtr->vRootWidth - wmPtr->x 3323 * The vRootX, vRootY, vRootWidth, and vRootHeight fields in 3351 wmPtr->vRootWidth = DisplayWidth(winPtr->display, winPtr->screenNum); 3364 (unsigned int *) &wmPtr->vRootWidth, 3369 wmPtr->vRootX, wmPtr->vRootY, wmPtr->vRootWidth); 3437 *widthPtr = wmPtr->vRootWidth;
|
/ast/src/lib/libtk/generic/ |
H A D | tkMenu.c | 829 int vRootWidth, vRootHeight; 885 &vRootWidth, &vRootHeight); 827 int vRootWidth, vRootHeight; local
|
Completed in 25 milliseconds