Mercurial > emacs
changeset 44076:13f77e440e6e
(x_clear_image_1): Disable color table code.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Thu, 21 Mar 2002 19:31:23 +0000 |
parents | 7782e54757bb |
children | 514cc212d612 |
files | src/w32fns.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32fns.c Thu Mar 21 19:11:23 2002 +0000 +++ b/src/w32fns.c Thu Mar 21 19:31:23 2002 +0000 @@ -8811,7 +8811,9 @@ if (colors_p && img->ncolors) { +#if 0 /* TODO: color table support. */ x_free_colors (f, img->colors, img->ncolors); +#endif xfree (img->colors); img->colors = NULL; img->ncolors = 0;