summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-11-03 23:36:36 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-11-03 23:36:36 +0000
commitc22b411731b0a743382d7d7146e8ab59172ac764 (patch)
treeb338bae2b270f819219ace242001f5872d1815db /apps/settings.h
parent51d962f99b997aaed509c24daf15e25f8069fc47 (diff)
downloadrockbox-c22b411731b0a743382d7d7146e8ab59172ac764.tar.gz
rockbox-c22b411731b0a743382d7d7146e8ab59172ac764.zip
Patch #798050 by Leslie Donaldson, activates Line In on Player models
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4008 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 635834cac0..93516d86cf 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -171,6 +171,8 @@ struct user_settings
171 int max_files_in_playlist; /* Max entries in playlist */ 171 int max_files_in_playlist; /* Max entries in playlist */
172 bool show_icons; /* 0=hide 1=show */ 172 bool show_icons; /* 0=hide 1=show */
173 int recursive_dir_insert; /* should directories be inserted recursively */ 173 int recursive_dir_insert; /* should directories be inserted recursively */
174
175 bool line_in; /* false=off, true=active */
174}; 176};
175 177
176enum optiontype { INT, BOOL }; 178enum optiontype { INT, BOOL };