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

/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXWm.h153 Window vRoot; /* Virtual root window for this top-level, member in struct:TkWmInfo
160 * the X server. If vRoot is None then these
164 * If vRoot is None, gives the dimensions
H A DtkMacOSXWm.c548 wmPtr->vRoot = None;
4297 * The wmPtr->vRoot field must be valid. */
4311 if (wmPtr->vRoot == None) {
4324 status = XGetGeometry(winPtr->display, wmPtr->vRoot,
4338 wmPtr->vRoot = None;
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXWm.h196 Window vRoot; /* Virtual root window for this top-level, member in struct:TkWmInfo
203 * the X server. If vRoot is None then these
207 * If vRoot is None, gives the dimensions
H A DtkMacOSXWm.c256 wmPtr->vRoot = None;
4077 * updated. The wmPtr->vRoot field must
4092 if (wmPtr->vRoot == None) {
4106 status = XGetGeometry(winPtr->display, wmPtr->vRoot,
4120 wmPtr->vRoot = None;
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixWm.c186 Window vRoot; /* Virtual root window for this top-level, or member in struct:TkWmInfo
193 * the X server. If vRoot is None then these
196 * vRoot is None, gives the dimensions of the
605 wmPtr->vRoot = None;
4089 Window vRoot, ancestor, *children, dummy2, *virtualRootPtr, **vrPtrPtr;
4105 vRoot = RootWindow(wrapperPtr->display, wrapperPtr->screenNum);
4106 wmPtr->vRoot = None;
4120 vRoot = wmPtr->vRoot = *virtualRootPtr;
4131 printf("ReparentEvent: %s (%p) reparented to 0x%x, vRoot
4044 Window vRoot, ancestor, *children, dummy2, *virtualRootPtr, **vrPtrPtr; local
6303 Window dummy1, dummy2, vRoot; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c171 Window vRoot; /* Virtual root window for this top-level, member in struct:TkWmInfo
178 * the X server. If vRoot is None then these
181 * If vRoot is None, gives the dimensions
586 wmPtr->vRoot = None;
3780 Window vRoot, ancestor, *children, dummy2, *virtualRootPtr;
3796 vRoot = RootWindow(wrapperPtr->display, wrapperPtr->screenNum);
3797 wmPtr->vRoot = None;
3811 vRoot = wmPtr->vRoot = *virtualRootPtr;
3822 printf("ReparentEvent: %s (%p) reparented to 0x%x, vRoot
3739 Window vRoot, ancestor, *children, dummy2, *virtualRootPtr; local
5820 Window dummy1, dummy2, vRoot; local
[all...]

Completed in 186 milliseconds