forked from len0rd/rockbox
RTL: Cosmetic changes, no functional change - Rename constants
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23117 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
891c446302
commit
d5b076b64a
9 changed files with 14 additions and 21 deletions
|
|
@ -268,7 +268,7 @@ int time_screen(void* ignored)
|
|||
|
||||
menu[i] = clock[i];
|
||||
/* force time to be drawn centered */
|
||||
clock[i].flags |= VP_FLAG_CENTER_ALIGN;
|
||||
clock[i].flags |= VP_FLAG_ALIGN_CENTER;
|
||||
|
||||
font_h = font_get(clock[i].font)->height;
|
||||
if (nb_lines > 3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue