summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2005-04-15 13:39:13 +0000
committerChristian Gmeiner <christian.gmeiner@gmail.com>2005-04-15 13:39:13 +0000
commit4dabec4df763e3af175de3b4b370c0582e08a776 (patch)
tree3d7e9ea22a30db01e7056aefbf52d1f74e5ac20b /apps/plugin.h
parentd0a94912bdee8ddb76816de0f51baf677721d53a (diff)
downloadrockbox-4dabec4df763e3af175de3b4b370c0582e08a776.zip
rockbox-4dabec4df763e3af175de3b4b370c0582e08a776.tar.gz
rockbox-4dabec4df763e3af175de3b4b370c0582e08a776.tar.bz2
rockbox-4dabec4df763e3af175de3b4b370c0582e08a776.tar.xz
plugin to test remote lcd
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6297 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 36804de..bc77995 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -180,6 +180,8 @@ struct plugin_api {
void (*remote_backlight_off)(void);
void (*remote_set_contrast)(int val);
void (*remote_update)(void);
+ void (*remote_bitmap) (const unsigned char *src, int x, int y,
+ int nx, int ny, bool clear);
unsigned char* lcd_remote_framebuffer;
#endif