diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-07-31 00:44:45 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-07-31 00:44:45 +0000 |
commit | 9e13805b02f37497971c789b4035abc29463c550 (patch) | |
tree | 658014ed94c8ec978336e7a7622d41d62ea22051 | |
parent | 4da507a03fd5659e5944d9e47dd2f8920636383b (diff) |
adjust prototype for winInitCmapPrivates to match Egberts change.
-rw-r--r-- | hw/xwin/ChangeLog | 10 |
1 files 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 <set EMAIL_ADDRESS environment variable> +2004-07-31 Alexander Gottwald <ago@freedesktop.org> - reviewed by: <delete if not using a buddy> + * win.h: + adjust prototype for winInitCmapPrivates to match Egberts change. + +2004-07-30 Egbert Eich <eich@freedesktop.org> * winallpriv.c: (winInitCmapPrivates): + test if colormap with index really exists in the list of + installed maps before using it. + 2004-07-09 Alexander Gottwald <ago@freedesktop.org> |