summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schwarz <ubuntuxer@rockbox.org>2009-10-31 20:08:00 +0000
committerJohannes Schwarz <ubuntuxer@rockbox.org>2009-10-31 20:08:00 +0000
commit2dbdfac86a8f54045e680009c8107ec69355904f (patch)
tree9783faf11111a3446eba1b4211ef3330fe6e5763
parent23aecc4539880451fdf62eb743e22a40e7f6e2ee (diff)
downloadrockbox-2dbdfac86a8f54045e680009c8107ec69355904f.tar.gz
rockbox-2dbdfac86a8f54045e680009c8107ec69355904f.zip
FS#10620 - fix a bug in bubbles on c200 thanks to Sascha Wilde
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23449 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/bubbles.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index 3b28ced87d..ba28808e65 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -182,6 +182,7 @@ enum {
182/* 8x8 bubbles (Sansa C200) */ 182/* 8x8 bubbles (Sansa C200) */
183#elif ((LCD_HEIGHT == 80) && (LCD_WIDTH == 132)) 183#elif ((LCD_HEIGHT == 80) && (LCD_WIDTH == 132))
184#define XOFS 45 184#define XOFS 45
185#define ROW_HEIGHT 6
185#define MAX_FPS 30 186#define MAX_FPS 30
186 187
187/* 7x7 bubbles (Sansa Clip/m200) */ 188/* 7x7 bubbles (Sansa Clip/m200) */