forked from len0rd/rockbox
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20872 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a75c72c169
commit
cda907435b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue