mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
Compare commits
2 commits
59cc0282ec
...
ac3999d5ab
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac3999d5ab | ||
|
|
a70436fe8e |
2 changed files with 4 additions and 0 deletions
|
|
@ -2691,6 +2691,7 @@ static int lrc_main(void)
|
|||
FOR_NB_SCREENS(i)
|
||||
{
|
||||
rb->viewportmanager_theme_enable(i, prefs.statusbar_on, &vp_info[i]);
|
||||
vp_info[i].font = uifont;
|
||||
vp_lyrics[i] = vp_info[i];
|
||||
vp_lyrics[i].flags &= ~VP_FLAG_ALIGNMENT_MASK;
|
||||
vp_lyrics[i].y += h;
|
||||
|
|
|
|||
|
|
@ -461,7 +461,10 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
int h;
|
||||
|
||||
FOR_NB_SCREENS(i)
|
||||
{
|
||||
rb->sb_set_persistent_title("Stopwatch", Icon_NOICON, i);
|
||||
rb->viewportmanager_theme_enable(i, true, NULL);
|
||||
}
|
||||
|
||||
rb->viewport_set_defaults(&vp, SCREEN_MAIN);
|
||||
display = rb->screens[SCREEN_MAIN];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue