Make bubbles use one background picture that is the size of the display instead of...
commit091daf9808f7359256b27a81667c5894686f5c20
authorpixelma <pixelma@a1c6a512-1295-4272-9138-f99709370657>
Fri, 28 Sep 2007 21:16:35 +0000 (28 21:16 +0000)
committerpixelma <pixelma@a1c6a512-1295-4272-9138-f99709370657>
Fri, 28 Sep 2007 21:16:35 +0000 (28 21:16 +0000)
tree9a11bb0a4ab2e67628d27f1b6d5d93f58064b07e
parent740d86387ef5e65464c7d4d6208c414e958c371d
Make bubbles use one background picture that is the size of the display instead of combining a 'left' and sometimes a 'right' bmp. This way it's clearer how the background is generated and adapting to new display sizes should be easier.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14893 a1c6a512-1295-4272-9138-f99709370657
19 files changed:
apps/plugins/bitmaps/native/SOURCES
apps/plugins/bitmaps/native/bubbles_background.128x128x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/bubbles_background.160x128x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/bubbles_background.176x132x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/bubbles_background.176x220x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/bubbles_background.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/bubbles_background.240x320x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/bubbles_background.320x240x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/bubbles_left.160x128x16.bmp [deleted file]
apps/plugins/bitmaps/native/bubbles_left.176x132x16.bmp [deleted file]
apps/plugins/bitmaps/native/bubbles_left.176x220x16.bmp [deleted file]
apps/plugins/bitmaps/native/bubbles_left.220x176x16.bmp [deleted file]
apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp [deleted file]
apps/plugins/bitmaps/native/bubbles_left.320x240x16.bmp [deleted file]
apps/plugins/bitmaps/native/bubbles_right.160x128x16.bmp [deleted file]
apps/plugins/bitmaps/native/bubbles_right.176x132x16.bmp [deleted file]
apps/plugins/bitmaps/native/bubbles_right.220x176x16.bmp [deleted file]
apps/plugins/bitmaps/native/bubbles_right.320x240x16.bmp [deleted file]
apps/plugins/bubbles.c