Searched refs:rooth (Results 1 - 21 of 21) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | image_xwd.c | 189 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 D | parse_m4.c | 233 WR_NUM("HEIGHT", Scr->rooth); 236 WR_NUM("Y_RESOLUTION", Resolution(Scr->rooth, Scr->mm_h));
|
| H A D | vscreen.c | 33 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 D | windowbox.c | 62 y += Scr->rooth - h; 144 miny = Scr->rooth;
|
| H A D | add_window.c | 742 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 D | functions_identify.c | 143 Scr->rooth - (y + wheight + bw + t->frame_bw3D), 145 Scr->rootw - (x + wwidth), Scr->rooth - (y + wheight));
|
| H A D | mask_screen.c | 51 Scr->rooth, 110 y = (Scr->rooth - Scr->WelcomeImage->height) / 2;
|
| H A D | win_ops.c | 288 if(fy + newh >= Scr->rooth - Scr->BorderBottom) { 289 fy = Scr->rooth - Scr->BorderBottom - newh;
|
| H A D | ctwm_main.c | 455 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 D | screen.h | 115 int rooth; ///< Copy of DisplayHeight(dpy, screen) member in struct:ScreenInfo
|
| H A D | win_regions.c | 55 wr->y += Scr->rooth - wr->h;
|
| H A D | functions_win_moveresize.c | 140 const unsigned long ss = Scr->rootw * Scr->rooth; 1115 (cons == Scr->rooth - Scr->BorderBottom)) { 1259 y += Scr->rooth - height;
|
| H A D | icons.c | 174 ir->y += Scr->rooth - ir->h; 754 if(final_y > Scr->rooth) 755 final_y = Scr->rooth - icon->height -
|
| H A D | functions_win.c | 478 Scr->rooth,
|
| H A D | captive.c | 671 Scr->rooth = Scr->crooth;
|
| H A D | ewmh.c | 386 data[1] = scr->rooth; 2267 /* h */ prop[3] = scr->rooth - scr->BorderTop - scr->BorderBottom;
|
| H A D | iconmgr.c | 129 gy += Scr->rooth - p->height - 2 * bw;
|
| H A D | win_utils.c | 66 gravs[((Scr->rooth - bottom <
|
| H A D | win_decorations.c | 325 frame_wc.y = Scr->rooth + 1;
|
| H A D | win_resize.c | 155 const unsigned long scrsz = Scr->rootw * Scr->rooth;
|
| H A D | event_handlers.c | 2019 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