summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorBen Basha <benbasha@rockbox.org>2006-02-01 18:25:24 +0000
committerBen Basha <benbasha@rockbox.org>2006-02-01 18:25:24 +0000
commitdb83601b3cab310b9fdcdb3d56bd37e800f824d5 (patch)
treef424d174e00232d12e321aaca6f12b1eb53d5536 /apps/plugin.h
parentf5f000fe03d6fe5f4ac85a8796e31463174d3077 (diff)
downloadrockbox-db83601b3cab310b9fdcdb3d56bd37e800f824d5.tar.gz
rockbox-db83601b3cab310b9fdcdb3d56bd37e800f824d5.zip
Add break effect + Bigger bricks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8526 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 10ae180df7..61a3219893 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -161,6 +161,10 @@ struct plugin_api {
161 int stride, int x, int y, int width, int height); 161 int stride, int x, int y, int width, int height);
162 void (*lcd_bitmap)(const fb_data *src, int x, int y, int width, 162 void (*lcd_bitmap)(const fb_data *src, int x, int y, int width,
163 int height); 163 int height);
164 void (*lcd_bitmap_transparent_part)(const fb_data *src, int src_x, int src_y,
165 int stride, int x, int y, int width, int height);
166 void (*lcd_bitmap_transparent)(const fb_data *src, int x, int y,
167 int width, int height);
164#endif 168#endif
165 void (*lcd_putsxy)(int x, int y, const unsigned char *string); 169 void (*lcd_putsxy)(int x, int y, const unsigned char *string);
166 void (*lcd_puts_style)(int x, int y, const unsigned char *str, int style); 170 void (*lcd_puts_style)(int x, int y, const unsigned char *str, int style);