Home
last modified time | relevance | path

Searched defs:rasops_info (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/rasops/
H A Drasops.h67 struct rasops_info { struct
69 int ri_depth; /* depth in bits */
70 u_char *ri_bits; /* ptr to bits */
71 int ri_width; /* width (pels) */
79 u_char *ri_hwbits;
85 struct wsdisplay_font *ri_font;
86 struct wsdisplay_font ri_optfont;
89 int ri_crow; /* cursor row */
90 int ri_ccol; /* cursor column */
98 u_char ri_rnum;
[all …]