Searched defs:fbcursor32 (Results 1 – 1 of 1) sorted by relevance
214 struct fbcursor32 { struct215 short set; /* what to set */216 short enable; /* cursor on/off */217 struct fbcurpos pos; /* cursor position */218 struct fbcurpos hot; /* cursor hot spot */219 struct fbcmap32 cmap; /* color map info */220 struct fbcurpos size; /* cursor bit map size */221 caddr32_t image; /* cursor image bits */222 caddr32_t mask; /* cursor mask bits */