From d638a50f3f039d84d86c00696d7d3ec22560bc3c Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Sat, 31 Jul 2004 18:33:56 +0000 Subject: [PATCH] adjust prototype for winInitCmapPrivates to match Egberts change. --- hw/xwin/win.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);