mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:46:06 +00:00
[WIN32K] Fix spelling typo.
This commit is contained in:
parent
1158c24194
commit
78d20a9b3a
2 changed files with 2 additions and 2 deletions
|
@ -387,7 +387,7 @@ EXLATEOBJ_vInitialize(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Check if both of the pallettes are indexed */
|
/* Check if both of the palettes are indexed */
|
||||||
if (!(ppalSrc->flFlags & PAL_INDEXED) || !(ppalDst->flFlags & PAL_INDEXED))
|
if (!(ppalSrc->flFlags & PAL_INDEXED) || !(ppalDst->flFlags & PAL_INDEXED))
|
||||||
{
|
{
|
||||||
/* At least one palette is not indexed, calculate shifts/masks */
|
/* At least one palette is not indexed, calculate shifts/masks */
|
||||||
|
|
|
@ -345,7 +345,7 @@ IntAddSynthesizedFormats(PWINSTATION_OBJECT pWinStaObj)
|
||||||
IntAddFormatedData(pWinStaObj, CF_METAFILEPICT, DATA_SYNTH_USER, FALSE, TRUE);
|
IntAddFormatedData(pWinStaObj, CF_METAFILEPICT, DATA_SYNTH_USER, FALSE, TRUE);
|
||||||
|
|
||||||
/* Note: We need to render the DIB or DIBV5 format as soon as possible
|
/* Note: We need to render the DIB or DIBV5 format as soon as possible
|
||||||
because pallette information may change */
|
because palette information may change */
|
||||||
if (!bHaveDib && bHaveBm)
|
if (!bHaveDib && bHaveBm)
|
||||||
IntSynthesizeDib(pWinStaObj, IntGetFormatElement(pWinStaObj, CF_BITMAP)->hData);
|
IntSynthesizeDib(pWinStaObj, IntGetFormatElement(pWinStaObj, CF_BITMAP)->hData);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue