Searched refs:crootx (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);
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 Dcaptive.c655 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 Dscreen.h133 int crootx; member in struct:ScreenInfo
H A Dvscreen.c133 Scr->rootx = Scr->crootx + vs00->x;
H A Devent_handlers.c3125 Scr->rootx = Scr->crootx + vs->x;

Completed in 11 milliseconds