Searched refs:xnestParentWindow (Results 1 – 5 of 5) sorted by relevance
50 Window xnestParentWindow = 0; variable171 xnestParentWindow = (XID) strtol(argv[i], (char **) NULL, 0); in ddxProcessArgument()
232 if (xnestParentWindow != 0) { in xnestOpenScreen()233 XGetWindowAttributes(xnestDisplay, xnestParentWindow, &gattributes); in xnestOpenScreen()348 if (xnestParentWindow != 0) { in xnestOpenScreen()349 xnestDefaultWindows[pScreen->myNum] = xnestParentWindow; in xnestOpenScreen()
142 if (xnestParentWindow != (Window) 0) in xnestOpenDisplay()167 if (xnestParentWindow == 0) { in xnestOpenDisplay()
200 if (xnestParentWindow != (Window) 0 && in xnestCollectEvents()201 X.xdestroywindow.window == xnestParentWindow) in xnestCollectEvents()
36 extern Window xnestParentWindow;