forked from len0rd/rockbox
correct drawing of the bar type tags when nofill is set.
draw the slider bitmap before drawing A-B repeat markers so that they are visible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28204 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c80dd635ab
commit
0f8fe94f46
3 changed files with 39 additions and 44 deletions
|
@ -29,6 +29,7 @@ enum orientation {
|
|||
VERTICAL = 0x0000, /* Vertical orientation */
|
||||
HORIZONTAL = 0x0001, /* Horizontal orientation */
|
||||
INVERTFILL = 0x0002, /* Invert the fill direction */
|
||||
INNER_NOFILL = 0x0004, /* Do not fill inner part */
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
FOREGROUND = 0x0020, /* Do not clear background pixels */
|
||||
INNER_FILL = 0x0040, /* Fill inner part even if FOREGROUND */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue