Searched refs:pbmiColors (Results 1 – 1 of 1) sorted by relevance
271 RGBQUAD *pbmiColors; in winLoadCursor() local275 pbmiColors = &(pbmi->bmiColors[0]); in winLoadCursor()288 pbmiColors[0].rgbRed = 0; /* Empty */ in winLoadCursor()289 pbmiColors[0].rgbGreen = 0; in winLoadCursor()290 pbmiColors[0].rgbBlue = 0; in winLoadCursor()291 pbmiColors[0].rgbReserved = 0; in winLoadCursor()292 pbmiColors[1].rgbRed = pCursor->backRed >> 8; /* Background */ in winLoadCursor()293 pbmiColors[1].rgbGreen = pCursor->backGreen >> 8; in winLoadCursor()294 pbmiColors[1].rgbBlue = pCursor->backBlue >> 8; in winLoadCursor()295 pbmiColors[1].rgbReserved = 0; in winLoadCursor()[all …]