problem that |PsCreateColormap()| returns a random value (patch by
    Stefan Dirsch/SuSE).
This commit is contained in:
Roland Mainz 2004-10-15 22:08:38 +00:00
parent 4782b2f7c1
commit 60caca718d

View File

@ -84,7 +84,7 @@ in this Software without prior written authorization from The Open Group.
Bool
PsCreateColormap(ColormapPtr pColor)
{
miInitializeColormap(pColor);
return miInitializeColormap(pColor);
}
void