mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
typo
svn path=/trunk/; revision=1763
This commit is contained in:
parent
57dfac271e
commit
fac82fed75
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@ RGBQUAD *DIB_MapPaletteColors(PDC dc, LPBITMAPINFO lpbmi)
|
||||||
lpIndex = (DWORD *)&lpbmi->bmiColors[0];
|
lpIndex = (DWORD *)&lpbmi->bmiColors[0];
|
||||||
|
|
||||||
for (i=0; i<nNumColors; i++) {
|
for (i=0; i<nNumColors; i++) {
|
||||||
pRGB[i].rgbRed = palObj->logpalette.palPalEntry[*lpIndex].peRed;
|
lpRGB[i].rgbRed = palObj->logpalette.palPalEntry[*lpIndex].peRed;
|
||||||
lpRGB[i].rgbGreen = palObj->logpalette.palPalEntry[*lpIndex].peGreen;
|
lpRGB[i].rgbGreen = palObj->logpalette.palPalEntry[*lpIndex].peGreen;
|
||||||
lpRGB[i].rgbBlue = palObj->logpalette.palPalEntry[*lpIndex].peBlue;
|
lpRGB[i].rgbBlue = palObj->logpalette.palPalEntry[*lpIndex].peBlue;
|
||||||
lpIndex++;
|
lpIndex++;
|
||||||
|
|
Loading…
Reference in a new issue