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

/xsrc/external/mit/ctwm/dist/
H A Dadd_window.c85 static void DealWithNonSensicalGeometries(Display *dpy, Window vroot,
131 Window vroot; local in function:AddWindow
751 vroot = tmp_win->parent_vs->window;
754 vroot = Scr->Root; /* never */
759 vroot = winbox->window;
998 vroot = Scr->currentvs->window;
1004 vroot = winbox->window;
1018 stat = XGrabPointer(dpy, vroot, False,
1022 vroot, UpperLeftCursor, CurrentTime);
1063 MoveOutline(vroot, Adding
2108 DealWithNonSensicalGeometries(Display * mydpy,Window vroot,TwmWindow * tmp_win) argument
[all...]
H A Dotp.c82 static bool OtpCheckConsistencyVS(VirtualScreen *currentvs, Window vroot);
205 static bool OtpCheckConsistencyVS(VirtualScreen *currentvs, Window vroot) argument
216 XQueryTree(dpy, vroot, &root, &parent, &children, &nchildren);

Completed in 5 milliseconds