* 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:
Jérôme Gardou 2013-03-22 16:08:08 +00:00
parent d1dcc02ee4
commit 4d6099cf0e

View file

@ -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;