From 5f6047075f682e92fe9c3faf67c6d58046ef83ae Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 8 Jul 2004 10:52:09 +0000 Subject: Patch #985429 by Christi Scarborough, solid progress bar git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4851 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/settings.h') 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 /* show scroll bar */ bool scrollbar; /* 0=hide, 1=show */ + /* Scrollbar mode */ + bool progressbar_solid; /* 0=slider, 1=solid */ + /* goto current song when exiting WPS */ bool browse_current; /* 1=goto current song, 0=goto previous location */ -- cgit v1.2.3