Searched refs:XineramaRoot (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_captive.c | 65 if(cctwm.root == Scr->XineramaRoot) {
|
| H A D | ewmh.c | 292 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 D | screen.h | 172 * | | +--XineramaRoot---------------------------------------------+ | | 200 Window XineramaRoot; member in struct:ScreenInfo
|
| H A D | functions_win_moveresize.c | 121 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 D | ctwm_main.c | 446 Scr->Layout = XrandrNewLayout(dpy, Scr->XineramaRoot); 1131 scr->XineramaRoot = scr->Root = croot;
|
| H A D | event_handlers.c | 2269 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 D | CHANGES.md | 593 1. Introduce `Scr->XineramaRoot` to store the root window that
|
Completed in 15 milliseconds