summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-08 10:52:09 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-08 10:52:09 +0000
commit5f6047075f682e92fe9c3faf67c6d58046ef83ae (patch)
treeb7d6e33e00aed4c7e8c32f2ac47258fe7299b665 /apps/settings.h
parent64c53c6dc25b70ef469398b1362a64c4f4413aad (diff)
downloadrockbox-5f6047075f682e92fe9c3faf67c6d58046ef83ae.tar.gz
rockbox-5f6047075f682e92fe9c3faf67c6d58046ef83ae.zip
Patch #985429 by Christi Scarborough, solid progress bar
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4851 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index b7b0864b4c..51809836d8 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -168,6 +168,9 @@ struct user_settings
168 /* show scroll bar */ 168 /* show scroll bar */
169 bool scrollbar; /* 0=hide, 1=show */ 169 bool scrollbar; /* 0=hide, 1=show */
170 170
171 /* Scrollbar mode */
172 bool progressbar_solid; /* 0=slider, 1=solid */
173
171 /* goto current song when exiting WPS */ 174 /* goto current song when exiting WPS */
172 bool browse_current; /* 1=goto current song, 175 bool browse_current; /* 1=goto current song,
173 0=goto previous location */ 176 0=goto previous location */