diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-05-03 23:16:53 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-05-03 23:16:53 +0000 |
| commit | 2343a1935d70e358ab6bbeda87d0016686eca7a3 (patch) | |
| tree | 32d33e20bad1176a763520e63c23c785bc153615 /apps/plugin.c | |
| parent | 542d9b594212554077b63824eafc4f8a33135881 (diff) | |
| download | rockbox-2343a1935d70e358ab6bbeda87d0016686eca7a3.zip rockbox-2343a1935d70e358ab6bbeda87d0016686eca7a3.tar.gz rockbox-2343a1935d70e358ab6bbeda87d0016686eca7a3.tar.bz2 rockbox-2343a1935d70e358ab6bbeda87d0016686eca7a3.tar.xz | |
Text viewer: * Only show those options which really exist. * Basic button functions now available on all targets. * Implemented option setting in a more straightforward way (like the core options menus).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9874 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 4f56e2d..f332850 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -439,6 +439,8 @@ static const struct plugin_api rockbox_api = { lcd_setmargins, #endif utf8seek, + + set_int, }; int plugin_load(const char* plugin, void* parameter) |