1
0
Fork 0
forked from len0rd/rockbox

Rearrange and cleanup settings code

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13851 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-07-11 05:41:23 +00:00
parent 50dc0cabe3
commit a5278fa3db
12 changed files with 691 additions and 626 deletions

View file

@ -32,6 +32,7 @@
#include "powermgmt.h"
#include "splash.h"
#include "logf.h"
#include "option_select.h"
#if CONFIG_CHARGING
#include "power.h"
@ -318,7 +319,6 @@ static const struct plugin_api rockbox_api = {
sound_default,
#endif
sound_set,
set_sound,
sound_min,
sound_max,
@ -405,6 +405,8 @@ static const struct plugin_api rockbox_api = {
&statusbars,
gui_syncstatusbar_draw,
/* options */
find_setting,
option_screen,
set_option,
set_bool_options,
set_int,