Searched refs:xwcm (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_decorations.c | 183 unsigned int xwcm; local in function:SetupFrame 187 xwcm = CWWidth; 270 xwcm |= (CWX | CWY | CWBorderWidth); 273 XConfigureWindow(dpy, tmp_win->title_w, xwcm, &xwc); 375 unsigned int xwcm; local in function:SetupFrame 398 xwcm = CWX | CWWidth; 402 XConfigureWindow(dpy, tmp_win->hilite_wl, xwcm, &xwc); 405 XConfigureWindow(dpy, tmp_win->lolite_wl, xwcm, &xwc); 434 xwcm = CWX | CWWidth; // Not strictly necessary, same as above 436 XConfigureWindow(dpy, tmp_win->hilite_wr, xwcm, [all...] |
| H A D | otp.c | 483 int xwcm; local in function:InsertOwlAbove 491 xwcm = CWStackMode | CWSibling; 494 XConfigureWindow(dpy, WindowOfOwl(owl), xwcm, &xwc);
|
| H A D | event_handlers.c | 3682 unsigned long xwcm; local in function:HandleConfigureRequest 3724 xwcm = cre->value_mask & 3731 XConfigureWindow(dpy, Event.xany.window, xwcm, &xwc);
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | resize.c | 766 unsigned long frame_mask, xwcm; local in function:SetupFrame 797 xwcm = CWWidth; 829 xwcm |= (CWX | CWY | CWBorderWidth); 832 XConfigureWindow(dpy, tmp_win->title_w, (unsigned) xwcm, &xwc); 877 xwcm = CWX | CWWidth; 878 XConfigureWindow(dpy, tmp_win->hilite_w, (unsigned) xwcm, &xwc);
|
| H A D | events.c | 2292 unsigned long xwcm; local in function:HandleConfigureRequest 2294 xwcm = cre->value_mask & 2301 XConfigureWindow(dpy, Event.xany.window, (unsigned) xwcm, &xwc);
|
Completed in 115 milliseconds