Searched refs:sCursorColor (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c1160 GAL_CURSORCOLORS sCursorColor; local in function:Gal_set_cursor_colors
1162 INIT_GAL(&sCursorColor);
1163 sCursorColor.dwSubfunction = GALFN_SETCURSORCOLORS;
1164 sCursorColor.dwBgColor = bkcolor;
1165 sCursorColor.dwFgColor = fgcolor;
1167 if (ioctl(ifbdev_handle, FBIOGAL_API, &sCursorColor))
1185 GAL_CURSORCOLORS sCursorColor; local in function:Gal_get_cursor_colors
1187 INIT_GAL(&sCursorColor);
1188 sCursorColor.dwSubfunction = GALFN_GETCURSORCOLORS;
1190 if (ioctl(ifbdev_handle, FBIOGAL_API, &sCursorColor))
[all...]

Completed in 4 milliseconds