mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 18:40:02 +01:00
adjust prototype for winInitCmapPrivates to match Egberts change.
This commit is contained in:
parent
488be66119
commit
d638a50f3f
1 changed files with 1 additions and 1 deletions
|
|
@ -719,7 +719,7 @@ Bool
|
||||||
winAllocatePrivates (ScreenPtr pScreen);
|
winAllocatePrivates (ScreenPtr pScreen);
|
||||||
|
|
||||||
Bool
|
Bool
|
||||||
winInitCmapPrivates (ColormapPtr pCmap);
|
winInitCmapPrivates (ColormapPtr pCmap, int index);
|
||||||
|
|
||||||
Bool
|
Bool
|
||||||
winAllocateCmapPrivates (ColormapPtr pCmap);
|
winAllocateCmapPrivates (ColormapPtr pCmap);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue