I am stupid and the gdk_pixbuf_fill() API sucks!

This commit is contained in:
Sven Neumann
2005-04-20 12:51:44 +00:00
parent 3f9acbdbae
commit 35d697bd31

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, 0xFF000000);
gdk_pixbuf_fill (retval, 0x000000FF);
gdk_pixbuf_copy_area (pixbuf,
0, 0,