Searched refs:vshell_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
1974 &vshell_attrs)) {
1982 screen->restore_width = (unsigned) vshell_attrs.width;
1983 screen->restore_height = (unsigned) vshell_attrs.height;
1992 root_width -= (unsigned) (wm_attrs.width - vshell_attrs.width);
1993 root_height -= (unsigned) (wm_attrs.height - vshell_attrs.height);

Completed in 10 milliseconds