forked from len0rd/rockbox
remove the seelection_size param from the info init call to hopefully decrease the bin size a bit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15237 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5eac0108f9
commit
616971c71e
4 changed files with 12 additions and 10 deletions
|
@ -296,6 +296,7 @@ void simplelist_addline(int line_number, const char *fmt, ...);
|
|||
|
||||
/* setup the info struct. members not setup in this function need to be assigned manually
|
||||
members set in this function:
|
||||
info.selection_size = 1;
|
||||
info.hide_selection = false;
|
||||
info.scroll_all = false;
|
||||
info.action_callback = NULL;
|
||||
|
@ -304,7 +305,7 @@ void simplelist_addline(int line_number, const char *fmt, ...);
|
|||
info.get_voice = NULL;
|
||||
*/
|
||||
void simplelist_info_init(struct simplelist_info *info, char* title,
|
||||
int selection_size, int count, void* data);
|
||||
int count, void* data);
|
||||
|
||||
/* show a list.
|
||||
if list->action_callback != NULL it is called with the action ACTION_REDRAW
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue