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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c1103 GAL_SETCURSORSHAPE sCursorShape; local in function:Gal_set_cursor_shape32
1105 INIT_GAL(&sCursorShape);
1106 sCursorShape.dwSubfunction = GALFN_SETCURSORSHAPE;
1107 sCursorShape.dwMemOffset = memoffset;
1109 memcpy(sCursorShape.dwAndMask, andmask, sizeof(sCursorShape.dwAndMask));
1111 memcpy(sCursorShape.dwXorMask, xormask, sizeof(sCursorShape.dwXorMask));
1113 if (ioctl(ifbdev_handle, FBIOGAL_API, &sCursorShape))
1132 GAL_SETCURSORSHAPE sCursorShape; local in function:Gal_set_cursor_shape64
[all...]

Completed in 5 milliseconds