1
0
Fork 0
forked from len0rd/rockbox

Fixes for new 16-bit framebuffer type

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7883 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-11-14 21:54:23 +00:00
parent ae7c55c12c
commit f5aebf7848
2 changed files with 3 additions and 3 deletions

View file

@ -204,7 +204,7 @@ void lcd_init_device(void)
/* Performance function that works with an external buffer
note that by and bheight are in 4-pixel units! */
void lcd_blit(const unsigned char* data, int x, int by, int width,
void lcd_blit(const fb_data* data, int x, int by, int width,
int bheight, int stride)
{
/* TODO: Implement lcd_blit() */