summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-07-05 18:07:58 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-07-05 18:07:58 +0000
commitf1034e00f6196c810466da66a9a24bf2e5f61272 (patch)
tree2e49089d421a75030c3a8e30503907a7f20eb511 /apps/plugin.c
parent802743a061e01150db544c8e072cd794731b18a7 (diff)
downloadrockbox-f1034e00f6196c810466da66a9a24bf2e5f61272.tar.gz
rockbox-f1034e00f6196c810466da66a9a24bf2e5f61272.zip
FS#10406 - split the statusbar setting into one for each display, and allow the bar to be at the top or bottom of the display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21665 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index ff80776f7e..d6a5d067ce 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -468,6 +468,7 @@ static const struct plugin_api rockbox_api = {
468 playlist_remove_all_tracks, 468 playlist_remove_all_tracks,
469 playlist_create, 469 playlist_create,
470 playlist_insert_track, 470 playlist_insert_track,
471 playlist_insert_directory,
471 playlist_shuffle, 472 playlist_shuffle,
472 PREFIX(audio_play), 473 PREFIX(audio_play),
473 audio_stop, 474 audio_stop,
@@ -658,7 +659,6 @@ static const struct plugin_api rockbox_api = {
658 appsversion, 659 appsversion,
659 /* new stuff at the end, sort into place next time 660 /* new stuff at the end, sort into place next time
660 the API gets incompatible */ 661 the API gets incompatible */
661 playlist_insert_directory,
662}; 662};
663 663
664int plugin_load(const char* plugin, const void* parameter) 664int plugin_load(const char* plugin, const void* parameter)