mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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;
|
||||
}
|
||||
|
||||
/* 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))
|
||||
{
|
||||
/* 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);
|
||||
|
||||
/* 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)
|
||||
IntSynthesizeDib(pWinStaObj, IntGetFormatElement(pWinStaObj, CF_BITMAP)->hData);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue