Searched refs:rooth (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dimage_xwd.c189 if(h > Scr->rooth) {
190 h = Scr->rooth;
208 if((w > (Scr->rootw / 2)) || (h > (Scr->rooth / 2))) {
212 Scr->rooth, Scr->d_depth);
214 y = (Scr->rooth - h) / 2;
215 XFillRectangle(dpy, pixret, gc, 0, 0, Scr->rootw, Scr->rooth);
218 ret->height = Scr->rooth;
H A Dparse_m4.c233 WR_NUM("HEIGHT", Scr->rooth);
236 WR_NUM("Y_RESOLUTION", Resolution(Scr->rooth, Scr->mm_h));
H A Dvscreen.c33 vs->h = scr->rooth;
88 if((x < 0) || (y < 0) || (w > scr->rootw) || (h > scr->rooth)) {
140 Scr->rooth = vs00->h;
354 XMoveWindow(dpy, tmp_win->frame, Scr->rootw + 1, Scr->rooth + 1);
H A Dwindowbox.c62 y += Scr->rooth - h;
144 miny = Scr->rooth;
H A Dadd_window.c742 tmp_win->attr.y += Scr->rooth - tmp_win->attr.height;
789 Scr->rootw, Scr->rooth,
806 PlaceY = Scr->rooth - tmp_win->attr.height - tmp_win->title_height
835 > Scr->rooth - Scr->BorderBottom - 5)) {
845 PlaceY = Scr->rooth - tmp_win->attr.height - tmp_win->title_height
865 Scr->rootw, Scr->rooth,
903 if((tmp_win->attr.y + tmp_win->attr.height) > Scr->rooth) {
904 available = Scr->rooth - tmp_win->attr.height
935 Scr->rootw, Scr->rooth);
1183 if(AddingY + dy >= Scr->rooth
[all...]
H A Dfunctions_identify.c143 Scr->rooth - (y + wheight + bw + t->frame_bw3D),
145 Scr->rootw - (x + wwidth), Scr->rooth - (y + wheight));
H A Dmask_screen.c51 Scr->rooth,
110 y = (Scr->rooth - Scr->WelcomeImage->height) / 2;
H A Dwin_ops.c288 if(fy + newh >= Scr->rooth - Scr->BorderBottom) {
289 fy = Scr->rooth - Scr->BorderBottom - newh;
H A Dctwm_main.c455 fs = RAreaNewStatic(Scr->rootx, Scr->rooty, Scr->rootw, Scr->rooth);
1034 Scr->rootw, Scr->rooth, 0, 0, 0);
1135 scr->rooth = crooth;
1155 scr->MaxWindowHeight = 32767 - (scr->rooty + scr->rooth);
H A Dscreen.h115 int rooth; ///< Copy of DisplayHeight(dpy, screen) member in struct:ScreenInfo
H A Dwin_regions.c55 wr->y += Scr->rooth - wr->h;
H A Dfunctions_win_moveresize.c140 const unsigned long ss = Scr->rootw * Scr->rooth;
1115 (cons == Scr->rooth - Scr->BorderBottom)) {
1259 y += Scr->rooth - height;
H A Dicons.c174 ir->y += Scr->rooth - ir->h;
754 if(final_y > Scr->rooth)
755 final_y = Scr->rooth - icon->height -
H A Dfunctions_win.c478 Scr->rooth,
H A Dcaptive.c671 Scr->rooth = Scr->crooth;
H A Dewmh.c386 data[1] = scr->rooth;
2267 /* h */ prop[3] = scr->rooth - scr->BorderTop - scr->BorderBottom;
H A Diconmgr.c129 gy += Scr->rooth - p->height - 2 * bw;
H A Dwin_utils.c66 gravs[((Scr->rooth - bottom <
H A Dwin_decorations.c325 frame_wc.y = Scr->rooth + 1;
H A Dwin_resize.c155 const unsigned long scrsz = Scr->rootw * Scr->rooth;
H A Devent_handlers.c2019 XMoveWindow(dpy, Tmp_win->frame, Scr->rootw + 1, Scr->rooth + 1);
2339 if(xl < 0 || yt < 0 || xl > Scr->rootw || yt > Scr->rooth) {
3132 Scr->rooth = vs->h;

Completed in 29 milliseconds