mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
|
@ -92,7 +92,7 @@ static void LCDFN(putsxyofs)(int x, int y, int ofs, const unsigned char *str)
|
|||
|
||||
LCDFN(getstringsize)(str, &w, NULL);
|
||||
/* center takes precedence */
|
||||
if (vp_flags & VP_FLAG_CENTER_ALIGN)
|
||||
if (vp_flags & VP_FLAG_ALIGN_CENTER)
|
||||
x = ((current_vp->width - w)/ 2) + x;
|
||||
else
|
||||
x = current_vp->width - w - x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue