Searched refs:crootx (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | ctwm_main.c | 101 ScreenInfo *InitScreenInfo(int scrnum, Window croot, int crootx, int crooty, 367 int crootx, crooty; local in function:ctwm_main 388 XTranslateCoordinates(dpy, CLarg.capwin, wa.root, 0, 0, &crootx, &crooty, 395 crootx = crooty = 100; 398 croot = CreateCaptiveRootWindow(crootx, crooty, crootw, crooth); 404 crootx = 0; 426 crootx, crooty, crootw, crooth); 1105 * \param crootx Root X coordinate 1112 InitScreenInfo(int scrnum, Window croot, int crootx, int crooty, argument 1132 scr->rootx = crootx; [all...] |
| H A D | captive.c | 655 XTranslateCoordinates(dpy, Scr->CaptiveRoot, root, 0, 0, &Scr->crootx, 664 __func__, Scr->crootx, Scr->crooty, Scr->crootw, Scr->crooth); 667 Scr->rootx = Scr->crootx + Scr->currentvs->x;
|
| H A D | screen.h | 133 int crootx; member in struct:ScreenInfo
|
| H A D | vscreen.c | 133 Scr->rootx = Scr->crootx + vs00->x;
|
| H A D | event_handlers.c | 3125 Scr->rootx = Scr->crootx + vs->x;
|
Completed in 11 milliseconds