diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-03 12:30:40 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-03 12:30:40 +0000 |
commit | ea664e06476cb572bab2eadbb9c060902a95a34a (patch) | |
tree | e76c631343fcc744a24f7f244bf3d3bb73c8192c /apps/gui/option_select.h | |
parent | 6be91cdc8b90184cf6ee623358222c1268f31c25 (diff) |
Viewported quickscreen (take 2 :D) (FS#8553)
- no customization support
- no top item
- much better use of the screen
- deprecates 20 odd lang strings (the QS can now use the regular lang strings and user font)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17315 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/option_select.h')
-rw-r--r-- | apps/gui/option_select.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h index bb609346a3..8b43af1e5a 100644 --- a/apps/gui/option_select.h +++ b/apps/gui/option_select.h @@ -69,4 +69,10 @@ extern void option_select_next(struct option_select * opt); extern void option_select_prev(struct option_select * opt); + +void option_select_next_val(struct settings_list *setting, + bool previous, bool apply); +char *option_get_valuestring(struct settings_list *setting, + char *buffer, int buf_len, + intptr_t temp_var); #endif /* _GUI_OPTION_SELECT_H_ */ |