Searched refs:winw (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dfunctions_win_moveresize.c1049 const int winw = tmp_win->frame_width + 2 * tmp_win->frame_bw; local in function:fillwindow
1059 neww = winw + winx - newx;
1079 if((neww != winw) || (newh != winh) ||
1094 neww = winw;
1108 neww = winw;
1114 if((neww != winw) || (newh != winh) ||
1331 const int winw = tmp_win->frame_width + 2 * tmp_win->frame_bw; local in function:FindConstraint
1334 RArea area = RAreaNew(winx, winy, winw, winh);
1346 if(winx + winw > limit) {
1396 if(winx + winw >
[all...]
H A Dwin_utils.c629 int winw = tmp_win->frame_width + 2 * tmp_win->frame_bw; local in function:TryToPush_be
656 if(x + winw <= t->frame_x) {
672 (x + winw < t->frame_x + Scr->MovePackResistance)) {
673 newx = x + winw;

Completed in 4 milliseconds