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
46b0ebed
Commit
46b0ebed
authored
Oct 03, 2008
by
Adrian Robert
Browse files
* image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with correct arguments.
parent
716c808a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/image.c
src/image.c
+1
-1
No files found.
src/ChangeLog
View file @
46b0ebed
2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
* image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
correct arguments.
2008-10-03 Glenn Morris <rgm@gnu.org>
* emacs.c (USAGE1): Add --daemon.
...
...
src/image.c
View file @
46b0ebed
...
...
@@ -1624,7 +1624,7 @@ x_clear_image_1 (f, img, pixmap_p, mask_p, colors_p)
img->pixmap = NO_PIXMAP;
#ifdef HAVE_NS
if (img->background_valid)
ns_free_indexed_color(img->background);
ns_free_indexed_color(img->background
, f
);
#endif
img->background_valid = 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