Searched refs:crooty (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); 405 crooty = 0; 426 crootx, crooty, crootw, crooth); 1106 * \param crooty Root Y coordinate 1112 InitScreenInfo(int scrnum, Window croot, int crootx, int crooty, argument 1133 scr->rooty = crooty; [all...] |
| H A D | captive.c | 656 &Scr->crooty, &child); 664 __func__, Scr->crootx, Scr->crooty, Scr->crootw, Scr->crooth); 668 Scr->rooty = Scr->crooty + Scr->currentvs->y;
|
| H A D | screen.h | 135 int crooty; member in struct:ScreenInfo
|
| H A D | vscreen.c | 134 Scr->rooty = Scr->crooty + vs00->y;
|
| H A D | event_handlers.c | 3126 Scr->rooty = Scr->crooty + vs->y;
|
Completed in 9 milliseconds