album art display: Fix RTL handling for the album art skin tag
commitd6c6c0767cdf78e98789c067d680e09804641c82
authorJonathan Gordon <rockbox@jdgordon.info>
Tue, 15 Jan 2013 12:10:37 +0000 (15 23:10 +1100)
committerJonathan Gordon <rockbox@jdgordon.info>
Tue, 15 Jan 2013 12:10:37 +0000 (15 23:10 +1100)
tree6ca7a9a4d51b8c11dff036f6117528fbfbe5a8ab
parentd24c220d04876a886b0ae3bdef23309c9e29c1c0
album art display: Fix RTL handling for the album art skin tag

AA was broken when an RTL language is used, causing it to not
be displayed.

Also fix th out of bounds handling when width/height > viewport

Change-Id: I4899cd32ec58107c987e3cc0e8df582963bdcf62
apps/gui/skin_engine/skin_parser.c