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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincursor.c271 RGBQUAD *pbmiColors; local in function:winLoadCursor
275 pbmiColors = &(pbmi->bmiColors[0]);
288 pbmiColors[0].rgbRed = 0; /* Empty */
289 pbmiColors[0].rgbGreen = 0;
290 pbmiColors[0].rgbBlue = 0;
291 pbmiColors[0].rgbReserved = 0;
292 pbmiColors[1].rgbRed = pCursor->backRed >> 8; /* Background */
293 pbmiColors[1].rgbGreen = pCursor->backGreen >> 8;
294 pbmiColors[1].rgbBlue = pCursor->backBlue >> 8;
295 pbmiColors[
[all...]

Completed in 2 milliseconds