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

/xsrc/external/mit/twm/dist/src/
H A Dresize.c766 unsigned long frame_mask, xwcm; local in function:SetupFrame
850 frame_mask = 0;
853 frame_mask |= CWBorderWidth;
859 frame_mask |= (CWX | CWY | CWWidth | CWHeight);
860 XConfigureWindow(dpy, tmp_win->frame, (unsigned) frame_mask, &frame_wc);
/xsrc/external/mit/ctwm/dist/
H A Dwin_decorations.c311 unsigned int frame_mask; local in function:SetupFrame
313 frame_mask = 0;
319 frame_mask |= CWBorderWidth;
335 frame_mask |= (CWX | CWY | CWWidth | CWHeight);
336 XConfigureWindow(dpy, tmp_win->frame, frame_mask, &frame_wc);

Completed in 40 milliseconds