forked from len0rd/rockbox
Restore missing initialization of remote setfont()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16024 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b684b82fd0
commit
397296af28
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ struct screen screens[NB_SCREENS] =
|
|||
.getxmargin=&lcd_remote_getxmargin,
|
||||
.getstringsize=&lcd_remote_getstringsize,
|
||||
#if 1 /* all remote LCDs are bitmapped so far */
|
||||
.setfont=&lcd_remote_setfont,
|
||||
.getfont=&lcd_remote_getfont,
|
||||
.mono_bitmap=&lcd_remote_mono_bitmap,
|
||||
.mono_bitmap_part=&lcd_remote_mono_bitmap_part,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue