Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1646 - Fix the
problem that |PsCreateColormap()| returns a random value (patch by Stefan Dirsch/SuSE).
This commit is contained in:
parent
4782b2f7c1
commit
60caca718d
|
@ -84,7 +84,7 @@ in this Software without prior written authorization from The Open Group.
|
||||||
Bool
|
Bool
|
||||||
PsCreateColormap(ColormapPtr pColor)
|
PsCreateColormap(ColormapPtr pColor)
|
||||||
{
|
{
|
||||||
miInitializeColormap(pColor);
|
return miInitializeColormap(pColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue