Searched refs:crooth (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dctwm_main.c102 unsigned int crootw, unsigned int crooth);
368 unsigned int crootw, crooth; local in function:ctwm_main
387 crooth = wa.height;
397 crooth = 768;
398 croot = CreateCaptiveRootWindow(crootx, crooty, crootw, crooth);
410 crooth = DisplayHeight(dpy, scrnum);
415 crooth = 768;
426 crootx, crooty, crootw, crooth);
1108 * \param crooth Root height
1113 unsigned int crootw, unsigned int crooth)
1112 InitScreenInfo(int scrnum,Window croot,int crootx,int crooty,unsigned int crootw,unsigned int crooth) argument
[all...]
H A Dcaptive.c659 oldh = Scr->crooth;
661 Scr->crooth = ev->xconfigure.height;
664 __func__, Scr->crootx, Scr->crooty, Scr->crootw, Scr->crooth);
671 Scr->rooth = Scr->crooth;
677 if((Scr->crootw != oldw) || (Scr->crooth != oldh)) {
H A Dscreen.h141 int crooth; member in struct:ScreenInfo

Completed in 7 milliseconds