1
0
Fork 0
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:
Jonathan Gordon 2006-11-06 10:11:51 +00:00
parent 2f444aac29
commit 6a1161b634
11 changed files with 46 additions and 19 deletions

View file

@ -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);