Searched refs:win_attrs (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xwd/dist/ |
| H A D | multiVis.c | 704 XWindowAttributes win_attrs; local in function:make_region_list 717 XGetWindowAttributes(disp, win, &win_attrs); 722 clip.width = win_attrs.width; 723 clip.height = win_attrs.height; 725 0 /* x_rootrel */, 0 /* y_rootrel */, &win_attrs, &clip); 777 if (new_reg->vis != DefaultVisualOfScreen(win_attrs.screen) 779 DefaultColormapOfScreen(win_attrs.screen)) {
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | charproc.c | 8684 XWindowAttributes win_attrs; local in function:window_ops 8819 &win_attrs); 8822 win_attrs.root, 8823 -win_attrs.border_width, 8824 -win_attrs.border_width, 8828 win_attrs.y, win_attrs.x)); 8831 result_y = win_attrs.y; 8832 result_x = win_attrs.x; 8856 &win_attrs); [all...] |
| H A D | misc.c | 1809 XWindowAttributes win_attrs; local in function:xtermIsIconified 1815 if (xtermGetWinAttrs(dpy, target, &win_attrs)) { 1827 result = (win_attrs.map_state != IsViewable) ? True : False;
|
Completed in 20 milliseconds