Home
last modified time | relevance | path

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

/openbsd-src/sbin/wsconsctl/
H A Ddisplay.c84 struct wsdisplay_fbinfo fbinfo; in display_get_values() local
133 ptr = &fbinfo; in display_get_values()
135 bzero(&fbinfo, sizeof(fbinfo)); in display_get_values()
166 } else if (ptr == &fbinfo) { in display_get_values()
168 width = fbinfo.width; in display_get_values()
169 height = fbinfo.height; in display_get_values()
170 depth = fbinfo.depth; in display_get_values()