From 7190cf2ed9cfa854d81e7bf9c0e8a1ef71935c1f Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 1 Oct 2005 10:46:13 +0000 Subject: Ooops, players have no screendump. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7575 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/plugin.c') 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) -- cgit v1.2.3