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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c1013 GAL_CURSORENABLE sCursorEnable; local in function:Gal_set_cursor_enable
1015 INIT_GAL(&sCursorEnable);
1016 sCursorEnable.dwSubfunction = GALFN_SETCURSORENABLE;
1017 sCursorEnable.bCursorEnable = enable ? 1 : 0;
1018 if (ioctl(ifbdev_handle, FBIOGAL_API, &sCursorEnable))

Completed in 10 milliseconds