From db83601b3cab310b9fdcdb3d56bd37e800f824d5 Mon Sep 17 00:00:00 2001 From: Ben Basha Date: Wed, 1 Feb 2006 18:25:24 +0000 Subject: Add break effect + Bigger bricks git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8526 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugin.h') 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 { int stride, int x, int y, int width, int height); void (*lcd_bitmap)(const fb_data *src, int x, int y, int width, int height); + void (*lcd_bitmap_transparent_part)(const fb_data *src, int src_x, int src_y, + int stride, int x, int y, int width, int height); + void (*lcd_bitmap_transparent)(const fb_data *src, int x, int y, + int width, int height); #endif void (*lcd_putsxy)(int x, int y, const unsigned char *string); void (*lcd_puts_style)(int x, int y, const unsigned char *str, int style); -- cgit v1.2.3