Searched refs:crooty (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dctwm_main.c101 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 Dcaptive.c656 &Scr->crooty, &child);
664 __func__, Scr->crootx, Scr->crooty, Scr->crootw, Scr->crooth);
668 Scr->rooty = Scr->crooty + Scr->currentvs->y;
H A Dscreen.h135 int crooty; member in struct:ScreenInfo
H A Dvscreen.c134 Scr->rooty = Scr->crooty + vs00->y;
H A Devent_handlers.c3126 Scr->rooty = Scr->crooty + vs->y;

Completed in 9 milliseconds