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.h | |
| parent | 05042affc76ec42481bcddba4a3f94a7b77ec98d (diff) | |
| download | rockbox-7190cf2ed9cfa854d81e7bf9c0e8a1ef71935c1f.zip rockbox-7190cf2ed9cfa854d81e7bf9c0e8a1ef71935c1f.tar.gz rockbox-7190cf2ed9cfa854d81e7bf9c0e8a1ef71935c1f.tar.bz2 rockbox-7190cf2ed9cfa854d81e7bf9c0e8a1ef71935c1f.tar.xz | |
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.h')
| -rw-r--r-- | apps/plugin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 8fd57d2..2fac5ee 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -443,8 +443,10 @@ struct plugin_api { void (*menu_draw)(int menu); void (*menu_insert)(int menu, int position, char *desc, bool (*function) (void)); void (*menu_set_cursor)(int menu, int position); - + +#ifdef HAVE_LCD_BITMAP void (*screen_dump_set_hook)(void (*hook)(int fh)); +#endif }; int plugin_load(const char* plugin, void* parameter); |