Searched refs:XineramaRoot (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dfunctions_captive.c65 if(cctwm.root == Scr->XineramaRoot) {
H A Dewmh.c292 SendPropertyMessage(scr->XineramaRoot, scr->XineramaRoot,
302 * Only scr->screen and scr->XineramaRoot are valid: we want to know if
316 scr->icccm_Window = XCreateWindow(dpy, scr->XineramaRoot,
355 XChangeProperty(dpy, scr->XineramaRoot,
380 XChangeProperty(dpy, scr->XineramaRoot,
387 XChangeProperty(dpy, scr->XineramaRoot,
401 XChangeProperty(dpy, scr->XineramaRoot,
414 XChangeProperty(dpy, scr->XineramaRoot,
452 XChangeProperty(dpy, scr->XineramaRoot,
[all...]
H A Dscreen.h172 * | | +--XineramaRoot---------------------------------------------+ | |
200 Window XineramaRoot; member in struct:ScreenInfo
H A Dfunctions_win_moveresize.c121 const Window dragroot = Scr->XineramaRoot;
204 : Scr->XineramaRoot);
206 const Window grabwin = Scr->XineramaRoot;
244 * MoveOutline()s however are drawn from the XineramaRoot since they
H A Dctwm_main.c446 Scr->Layout = XrandrNewLayout(dpy, Scr->XineramaRoot);
1131 scr->XineramaRoot = scr->Root = croot;
H A Devent_handlers.c2269 MoveOutline(Scr->XineramaRoot, 0, 0, 0, 0, 0, 0);
2331 * translate the coordinates to be relative to XineramaRoot.
2346 Scr->XineramaRoot, xl, yt, &odestx, &odesty, &cr);
2351 XTranslateCoordinates(dpy, Scr->XineramaRoot,
H A DCHANGES.md593 1. Introduce `Scr->XineramaRoot` to store the root window that

Completed in 15 milliseconds