Lines Matching refs:rootw
739 tmp_win->attr.x += Scr->rootw - tmp_win->attr.width;
789 Scr->rootw, Scr->rooth,
800 PlaceX = Scr->rootw - tmp_win->attr.width - Scr->BorderRight - 5;
816 > Scr->rootw - Scr->BorderRight - 5)) {
825 PlaceX = Scr->rootw - tmp_win->attr.width - Scr->BorderRight - 5;
865 Scr->rootw, Scr->rooth,
873 if((tmp_win->attr.x + tmp_win->attr.width) > Scr->rootw) {
874 available = Scr->rootw - tmp_win->attr.width
935 Scr->rootw, Scr->rooth);
1180 if(AddingX + dx >= Scr->rootw - Scr->BorderRight) {
1181 dx = Scr->rootw - Scr->BorderRight - AddingX - 1;