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

/xsrc/external/mit/xterm/dist/
H A Dmisc.c1953 XWindowAttributes wm_attrs, vshell_attrs; local in function:RequestMaximize
1971 &wm_attrs)
1980 screen->restore_x = wm_attrs.x;
1981 screen->restore_y = wm_attrs.y;
1992 root_width -= (unsigned) (wm_attrs.width - vshell_attrs.width);
1993 root_height -= (unsigned) (wm_attrs.height - vshell_attrs.height);

Completed in 10 milliseconds