From df6f955a82bce03650f24f562926ae9e7ffa58d4 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 5 Jul 2009 22:12:42 +0000 Subject: Add a possibility for plugins to go directly to the WPS after exiting. It only works for plugins executed via the filebrowser for now. Those executed from the context menu or a simplelist (such as "Open With...") need additional hacking. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21680 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index f3d4c23..253cfd0 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -139,6 +139,7 @@ void* plugin_get_buffer(size_t *buffer_size); enum plugin_status { PLUGIN_OK = 0, PLUGIN_USB_CONNECTED, + PLUGIN_GOTO_WPS, PLUGIN_ERROR = -1, }; -- cgit v1.1