mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
make the plugin API frambuffer agnostic
Change-Id: I5abdc231093054c517ff53b9a456997e440e3f6e
This commit is contained in:
parent
5d5f8169b5
commit
12f3ed1699
25 changed files with 92 additions and 93 deletions
|
@ -227,7 +227,7 @@ static void * _osd_lcd_init_buffers(struct osd *osd, unsigned flags,
|
|||
osd->back_bitmap_stride = w;
|
||||
#endif /* end stride type selection */
|
||||
|
||||
osd->lcd_bitmap_data = (void *)rb->lcd_framebuffer;
|
||||
osd->lcd_bitmap_data = (void *)*rb->lcd_framebuffer;
|
||||
osd->back_bitmap_data = buf;
|
||||
|
||||
osd->maxwidth = w;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue