Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bf76fe9c
Commit
bf76fe9c
authored
Mar 21, 2002
by
Jason Rumney
Browse files
(x_clear_image_1): Disable color table code.
parent
3efe5554
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/w32fns.c
src/w32fns.c
+2
-0
No files found.
src/ChangeLog
View file @
bf76fe9c
2002-03-21 Jason Rumney <jasonr@gnu.org>
* w32fns.c (x_clear_image_1): Disable color table code.
2002-03-21 Kim F. Storm <storm@cua.dk>
* lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
...
...
src/w32fns.c
View file @
bf76fe9c
...
...
@@ -8811,7 +8811,9 @@ x_clear_image_1 (f, img, pixmap_p, mask_p, colors_p)
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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment