images.loader.gtk: fix fall-through in case problem in image>GdkPixbuf

db4
Björn Lindqvist 2014-10-10 11:14:57 +02:00 committed by Doug Coleman
parent 38e0b0643f
commit 9d384c14ba
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ CONSTANT: bits>components {
[ bitmap>> ]
[ drop GDK_COLORSPACE_RGB ]
[ has-alpha? ]
[ bytes-per-component 8 * ]
[ component-type>> bytes-per-component 8 * ]
[ dim>> first2 ]
[ rowstride ]
} cleave f f gdk_pixbuf_new_from_data ;