From 9e13805b02f37497971c789b4035abc29463c550 Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Sat, 31 Jul 2004 00:44:45 +0000 Subject: [PATCH] adjust prototype for winInitCmapPrivates to match Egberts change. --- hw/xwin/ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/hw/xwin/ChangeLog b/hw/xwin/ChangeLog index efec39370..0fff3bb58 100644 --- a/hw/xwin/ChangeLog +++ b/hw/xwin/ChangeLog @@ -1,8 +1,14 @@ -2004-07-30 Egbert Eich +2004-07-31 Alexander Gottwald - reviewed by: + * win.h: + adjust prototype for winInitCmapPrivates to match Egberts change. + +2004-07-30 Egbert Eich * winallpriv.c: (winInitCmapPrivates): + test if colormap with index really exists in the list of + installed maps before using it. + 2004-07-09 Alexander Gottwald