diff options
author | Johannes Schwarz <ubuntuxer@rockbox.org> | 2009-10-31 20:08:00 +0000 |
---|---|---|
committer | Johannes Schwarz <ubuntuxer@rockbox.org> | 2009-10-31 20:08:00 +0000 |
commit | 2dbdfac86a8f54045e680009c8107ec69355904f (patch) | |
tree | 9783faf11111a3446eba1b4211ef3330fe6e5763 /apps/plugins | |
parent | 23aecc4539880451fdf62eb743e22a40e7f6e2ee (diff) |
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
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/bubbles.c | 1 |
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 { /* 8x8 bubbles (Sansa C200) */ #elif ((LCD_HEIGHT == 80) && (LCD_WIDTH == 132)) #define XOFS 45 +#define ROW_HEIGHT 6 #define MAX_FPS 30 /* 7x7 bubbles (Sansa Clip/m200) */ |