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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c3073 GAL_ICONSHAPE64 sSetIconshape64; local in function:Gal_set_icon_shape64
3075 INIT_GAL(&sSetIconshape64);
3076 sSetIconshape64.dwSubfunction = GALFN_SETICONSHAPE64;
3077 sSetIconshape64.memoffset = memoffset;
3078 *(sSetIconshape64.andmask) = *andmask;
3079 *(sSetIconshape64.xormask) = *xormask;
3080 sSetIconshape64.lines = lines;
3082 if (ioctl(ifbdev_handle, FBIOGAL_API, &sSetIconshape64)) {

Completed in 8 milliseconds