mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[WIN32K]
* Do not alter the display palette in RealizePalette. CORE-6940 #comment r58577 should hack this away svn path=/trunk/; revision=58577
This commit is contained in:
@@ -771,6 +771,12 @@ IntGdiRealizePalette(HDC hDC)
|
||||
{
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
if(pdc->dctype == DCTYPE_DIRECT)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
ppalSurf = pdc->dclevel.pSurface->ppal;
|
||||
ppalDC = pdc->dclevel.ppal;
|
||||
|
||||
Reference in New Issue
Block a user