summaryrefslogtreecommitdiffstats
path: root/apps/gui/scrollbar.h
diff options
context:
space:
mode:
authorTeruaki Kawashima <teru@rockbox.org>2010-10-03 14:19:30 +0000
committerTeruaki Kawashima <teru@rockbox.org>2010-10-03 14:19:30 +0000
commit0f8fe94f46b5c14b5f67b747131a5a66ed883e4c (patch)
tree858f0544f1fad5db8b7425d15c52e357c1842de3 /apps/gui/scrollbar.h
parentc80dd635abb959646ed8c3262df591dfb189cd57 (diff)
downloadrockbox-0f8fe94f46b5c14b5f67b747131a5a66ed883e4c.tar.gz
rockbox-0f8fe94f46b5c14b5f67b747131a5a66ed883e4c.zip
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
Diffstat (limited to 'apps/gui/scrollbar.h')
-rw-r--r--apps/gui/scrollbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/scrollbar.h b/apps/gui/scrollbar.h
index e5ffae79b0..31f91a3eaa 100644
--- a/apps/gui/scrollbar.h
+++ b/apps/gui/scrollbar.h
@@ -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 */