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.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 8b47af7..d9433d7 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -119,6 +119,8 @@ static const struct plugin_api rockbox_api = { lcd_get_background, lcd_bitmap_part, lcd_bitmap, + lcd_bitmap_transparent_part, + lcd_bitmap_transparent, #endif lcd_putsxy, lcd_puts_style, -- cgit v1.1