Home
last modified time | relevance | path

Searched refs:win_attributes (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dscrsize.c56 XWindowAttributes win_attributes; local
60 if (!XGetWindowAttributes(dpy, window, &win_attributes))
72 win_attributes.width -= hints.base_width;
73 win_attributes.height -= hints.base_height;
76 win_attributes.width -= hints.min_width;
77 win_attributes.height -= hints.min_height;
79 *p_width = win_attributes.width / hints.width_inc;
80 *p_height = win_attributes.height / hints.height_inc;