diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-07-31 18:33:56 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-07-31 18:33:56 +0000 |
commit | d638a50f3f039d84d86c00696d7d3ec22560bc3c (patch) | |
tree | 05c948e6bf44d30079dd3b3c6c7af1750348c43d /hw | |
parent | 488be6611919af97d7e4f8b0994487882eb78e18 (diff) |
adjust prototype for winInitCmapPrivates to match Egberts change.
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xwin/win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/win.h b/hw/xwin/win.h index 46ccb7884..3660b9623 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -719,7 +719,7 @@ Bool winAllocatePrivates (ScreenPtr pScreen); Bool -winInitCmapPrivates (ColormapPtr pCmap); +winInitCmapPrivates (ColormapPtr pCmap, int index); Bool winAllocateCmapPrivates (ColormapPtr pCmap); |