From 67ae5cce2e4ffe68b511aa5437706656fe30891c Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 9 Jan 2011 21:42:25 +0000 Subject: SA9200: Make plugins. Cheat a little just to get things to make at first by using some artwork for 128x128 screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29016 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bubbles.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/bubbles.c') diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index b35807d..57e29ed 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -205,7 +205,9 @@ enum { #define ROW_HEIGHT (BUBBLE_WIDTH-(BUBBLE_WIDTH-EMBLEM_WIDTH)/2) #endif +#if !defined(ROW_INDENT) #define ROW_INDENT (BUBBLE_WIDTH/2) +#endif #define TEXT_LINES (LCD_HEIGHT/8) -- cgit v1.1