summaryrefslogtreecommitdiff
path: root/apps/gui/wps.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-03-22 09:31:45 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-03-22 09:31:45 +0000
commit98881fd8225b24cbcab69d18062e2b7918c5de51 (patch)
tree4047caf5e473ce9117aeb1e8c67ac5fcfd72e5f5 /apps/gui/wps.h
parentd3c796d20e4bd8e15f18a0dac2e9c4283df5740b (diff)
downloadrockbox-98881fd8225b24cbcab69d18062e2b7918c5de51.tar.gz
rockbox-98881fd8225b24cbcab69d18062e2b7918c5de51.zip
Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev needed to make it work. 'next' in the sbs changes list selection, 'wps_next' in sbs changes audio tracks. no difference in the wps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29631 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/wps.h')
-rw-r--r--apps/gui/wps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/wps.h b/apps/gui/wps.h
index 50fb891a14..7438f1ac7b 100644
--- a/apps/gui/wps.h
+++ b/apps/gui/wps.h
@@ -35,6 +35,7 @@ void fade(bool fade_in, bool updatewps);
35 35
36bool ffwd_rew(int button); 36bool ffwd_rew(int button);
37void display_keylock_text(bool locked); 37void display_keylock_text(bool locked);
38void wps_do_playpause(bool updatewps);
38 39
39#ifdef IPOD_ACCESSORY_PROTOCOL 40#ifdef IPOD_ACCESSORY_PROTOCOL
40/* whether the wps is fading the volume due to pausing/stopping */ 41/* whether the wps is fading the volume due to pausing/stopping */