mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 01:36:11 +08:00
[WIN32K] Fix spelling typo.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user