From c22b411731b0a743382d7d7146e8ab59172ac764 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 3 Nov 2003 23:36:36 +0000 Subject: 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 --- apps/settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/settings.h') 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 int max_files_in_playlist; /* Max entries in playlist */ bool show_icons; /* 0=hide 1=show */ int recursive_dir_insert; /* should directories be inserted recursively */ + + bool line_in; /* false=off, true=active */ }; enum optiontype { INT, BOOL }; -- cgit v1.2.3