mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-07 13:18:03 +02:00
//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:
parent
adfa61c481
commit
eab8baa925
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue