Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfbio.h212 struct fbcursor32 { struct
213 short set; /* what to set */
214 short enable; /* cursor on/off */
215 struct fbcurpos pos; /* cursor position */
216 struct fbcurpos hot; /* cursor hot spot */
217 struct fbcmap32 cmap; /* color map info */
218 struct fbcurpos size; /* cursor bit map size */
219 caddr32_t image; /* cursor image bits */
220 caddr32_t mask; /* cursor mask bits */