forked from len0rd/rockbox
dont allow the volume setting to wrap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11445 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2f444aac29
commit
6a1161b634
11 changed files with 46 additions and 19 deletions
|
@ -275,7 +275,8 @@ struct plugin_api {
|
|||
void (*gui_synclist_scroll_right)(struct gui_synclist * lists);
|
||||
void (*gui_synclist_scroll_left)(struct gui_synclist * lists);
|
||||
#endif
|
||||
unsigned (*gui_synclist_do_button)(struct gui_synclist * lists, unsigned button);
|
||||
unsigned (*gui_synclist_do_button)(struct gui_synclist * lists,
|
||||
unsigned button,enum list_wrap wrap);
|
||||
|
||||
/* button */
|
||||
long (*button_get)(bool block);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue