//freedesktop.org/bugzilla/show_bug.cgi?id=1646) attachment #1116

(https://bugs.freedesktop.org/attachment.cgi?id=1116): Fix the problem
    that |PsCreateColormap()| returns a random value (patch by Stefan
    Dirsch/SuSE).
This commit is contained in:
Roland Mainz 2004-12-13 05:34:20 +00:00
parent adfa61c481
commit eab8baa925

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