aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-30 15:17:11 +0000
committerGerd Moellmann2000-10-30 15:17:11 +0000
commitcae71efec19433b8324223f5a001f9c97399bf45 (patch)
treed6fe64e436ee85d3f5c88d871c0f3579deb99227 /src/ChangeLog
parent35efe0a1169d72779aa63bbcab9250c2cbc9e014 (diff)
downloademacs-cae71efec19433b8324223f5a001f9c97399bf45.tar.gz
emacs-cae71efec19433b8324223f5a001f9c97399bf45.zip
(x_alloc_nearest_color): Fix last change to compare
RGB values.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0e880dbc0b6..bfeecdf3385 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-10-30 Gerd Moellmann <gerd@gnu.org> 12000-10-30 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xterm.c (x_alloc_nearest_color): Fix last change to compare
4 RGB values.
5
3 * xterm.c (x_alloc_nearest_color): If allocation succeeds, and 6 * xterm.c (x_alloc_nearest_color): If allocation succeeds, and
4 we have a color cache, check that the cached color equals the 7 we have a color cache, check that the cached color equals the
5 allocated color. If not, clear the color cache. 8 allocated color. If not, clear the color cache.