ooops, solid black is 0xFF000000, of course

This commit is contained in:
Sven Neumann 2005-04-20 12:18:42 +00:00
parent 802952a219
commit 2a6490f7c7

View file

@ -56,7 +56,7 @@ add_border_to_shot (GdkPixbuf *pixbuf)
gdk_pixbuf_get_height (pixbuf) + 2);
/* Fill with solid black */
gdk_pixbuf_fill (retval, 0xFFFFFFFF);
gdk_pixbuf_fill (retval, 0xFF000000);
gdk_pixbuf_copy_area (pixbuf,
0, 0,