HomeSort by: relevance | last modified time | path
    Searched refs:winh (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
functions_win_moveresize.c 1050 const int winh = tmp_win->frame_height + 2 * tmp_win->frame_bw; local
1060 newh = winh;
1074 newh = winh;
1079 if((neww != winw) || (newh != winh) ||
1095 newh = winh + winy - newy;
1114 if((neww != winw) || (newh != winh) ||
1332 const int winh = tmp_win->frame_height + 2 * tmp_win->frame_bw; local
1334 RArea area = RAreaNew(winx, winy, winw, winh);
1360 if(winy + winh > limit) {
1390 if(winy + winh <= t->frame_y)
    [all...]
win_utils.c 630 int winh = tmp_win->frame_height + 2 * tmp_win->frame_bw; local
659 if(y + winh <= t->frame_y) {
686 (y + winh < t->frame_y + Scr->MovePackResistance)) {
688 newy = y + winh;

Completed in 62 milliseconds