Home
last modified time | relevance | path

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

/original-bsd/sys/sys/
H A Dfbio.h128 struct fbcurpos { struct
136 struct fbcurpos pos; /* position on display */ argument
137 struct fbcurpos hot; /* hot-spot within cursor */
139 struct fbcurpos size; /* number of valid bits in image & mask */
156 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos)
157 #define FBIOGCURPOS _IOW('F', 27, struct fbcurpos)
160 #define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)
/original-bsd/sys/sparc/sbus/
H A Dcgsix.c59 struct fbcurpos cc_pos; /* position */
60 struct fbcurpos cc_hot; /* hot-spot */
61 struct fbcurpos cc_size; /* size of mask & image fields */
348 *(struct fbcurpos *)data = sc->sc_cursor.cc_pos;
352 sc->sc_cursor.cc_pos = *(struct fbcurpos *)data;
358 ((struct fbcurpos *)data)->x = 32;
359 ((struct fbcurpos *)data)->y = 32;