1
0
Fork 0
forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20872 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andrew Mahone 2009-05-08 03:59:51 +00:00
parent a75c72c169
commit cda907435b

View file

@ -640,7 +640,7 @@ void output_row_native(uint32_t row, void * row_in,
#if defined(PLUGIN) && LCD_DEPTH > 1
unsigned int get_size_native(struct bitmap *bm)
{
return BM_SIZE(bm->width,bm->height,FORMAT_NATIVE,FALSE);
return BM_SIZE(bm->width,bm->height,FORMAT_NATIVE,0);
}
const struct custom_format format_native = {