mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[WIN32K]
- Implement EXLATEOBJ_vInitSrcMonoXlate svn path=/trunk/; revision=57572
This commit is contained in:
parent
1f44ad4b42
commit
7b38b0ec6d
1 changed files with 15 additions and 0 deletions
|
@ -600,6 +600,21 @@ EXLATEOBJ_vInitXlateFromDCs(
|
|||
pexlo->ppalDstDc = pdcDst->dclevel.ppal;
|
||||
}
|
||||
|
||||
VOID NTAPI EXLATEOBJ_vInitSrcMonoXlate(
|
||||
PEXLATEOBJ pexlo,
|
||||
PPALETTE ppalDst,
|
||||
COLORREF crBackgroundClr,
|
||||
COLORREF crForegroundClr)
|
||||
{
|
||||
/* Normal initialisation, with mono palette as source */
|
||||
EXLATEOBJ_vInitialize(pexlo,
|
||||
gppalMono,
|
||||
ppalDst,
|
||||
0,
|
||||
crBackgroundClr,
|
||||
crForegroundClr);
|
||||
}
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
EXLATEOBJ_vCleanup(PEXLATEOBJ pexlo)
|
||||
|
|
Loading…
Reference in a new issue