Home
last modified time | relevance | path

Searched refs:xnestParentWindow (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DArgs.c50 Window xnestParentWindow = 0; variable
171 xnestParentWindow = (XID) strtol(argv[i], (char **) NULL, 0); in ddxProcessArgument()
H A DScreen.c232 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()
H A DDisplay.c142 if (xnestParentWindow != (Window) 0) in xnestOpenDisplay()
167 if (xnestParentWindow == 0) { in xnestOpenDisplay()
H A DEvents.c200 if (xnestParentWindow != (Window) 0 && in xnestCollectEvents()
201 X.xdestroywindow.window == xnestParentWindow) in xnestCollectEvents()
H A DArgs.h36 extern Window xnestParentWindow;