From 6a1161b634e43225ae12bf669ad3bbe1ea1edab0 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 6 Nov 2006 10:11:51 +0000 Subject: dont allow the volume setting to wrap git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11445 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index a7ed88985d..54d2702017 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -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); -- cgit v1.2.3