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
9d7112ed
Commit
9d7112ed
authored
Jul 25, 2008
by
Chong Yidong
Browse files
(x_from_xcolors): Don't initialize pixmap (silence compiler).
parent
e025c9c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/image.c
src/image.c
+1
-1
No files found.
src/ChangeLog
View file @
9d7112ed
...
...
@@ -4,6 +4,7 @@
(svg_load_image): Use rsvg_handle_get_dimensions to check that
image size is valid. Use g_object_unref instead of deprecated
rsvg_handle_free to free rsvg handle.
(x_from_xcolors): Don't initialize pixmap (silence compiler).
2008-07-25 Jason Rumney <jasonr@gnu.org>
...
...
src/image.c
View file @
9d7112ed
...
...
@@ -5597,7 +5597,7 @@ x_from_xcolors (f, img, colors)
{
int x, y;
XImagePtr oimg = NULL;
Pixmap pixmap
= NULL
;
Pixmap pixmap;
XColor *p;
init_color_table ();
...
...
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