Searched refs:newh (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_ops.c226 int neww, newh; local in function:Squeeze
245 newh = tmp_win->title_height + 2 * tmp_win->frame_bw3D;
246 if(newh < 3) {
271 fy += tmp_win->frame_height - newh;
288 if(fy + newh >= Scr->rooth - Scr->BorderBottom) {
289 fy = Scr->rooth - Scr->BorderBottom - newh;
291 SetupWindow(tmp_win, fx, fy, neww, newh, -1);
H A Dfunctions_win_moveresize.c1045 unsigned int neww, newh; local in function:fillwindow
1060 newh = winh;
1062 newh -= 2 * tmp_win->frame_bw;
1063 ConstrainSize(tmp_win, &neww, &newh);
1074 newh = winh;
1077 newh -= 2 * tmp_win->frame_bw;
1078 ConstrainSize(tmp_win, &neww, &newh);
1079 if((neww != winw) || (newh != winh) ||
1084 SetupWindow(tmp_win, newx, newy, neww, newh, -1);
1095 newh
[all...]
H A Doccupation.c879 int neww, newh; local in function:ResizeOccupyWindow
886 newh = MAX(win->attr.height, occwin->minheight);
887 if(occwin->width == neww && occwin->height == newh) {
901 bheight = (newh - (lines + 2) * vspace) / (lines + 1);
941 occwin->height = newh;
H A Dworkspace_manager.c595 const int newh = win->attr.height; local in function:ResizeWorkSpaceManager
601 const int bheight = (newh - (lines * vspace)) / lines;
603 const int wheight = newh / lines;
608 if(neww == vs->wsw->width && newh == vs->wsw->height) {
616 vs->wsw->height = newh;

Completed in 9 milliseconds