diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-10-01 10:46:13 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-10-01 10:46:13 +0000 |
commit | 7190cf2ed9cfa854d81e7bf9c0e8a1ef71935c1f (patch) | |
tree | bc4c3fc3bbb1de6aed368c54de48e64625747482 /apps/plugin.c | |
parent | 05042affc76ec42481bcddba4a3f94a7b77ec98d (diff) |
Ooops, players have no screendump.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7575 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 35ed62aba8..59c90a2a97 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -355,8 +355,10 @@ static const struct plugin_api rockbox_api = { menu_draw, menu_insert, menu_set_cursor, - + +#ifdef HAVE_LCD_BITMAP screen_dump_set_hook, +#endif }; int plugin_load(const char* plugin, void* parameter) |