Adapt icon and skin engine to make use of the new 32bit bitmap capabilities.
commitb02c82e10529f2750103e31285500e927ec37a7c
authorThomas Martitz <kugel@rockbox.org>
Tue, 8 Nov 2011 21:39:28 +0000 (8 21:39 +0000)
committerThomas Martitz <kugel@rockbox.org>
Tue, 8 Nov 2011 21:39:28 +0000 (8 21:39 +0000)
tree642e2fabdc43391881c3762486e6090b72af35cf
parentc7b8054714cff4580ddbdbf5c9d503b20ff45740
Adapt icon and skin engine to make use of the new 32bit bitmap capabilities.

You can now use 32bit icons in lists and skins
(except album art, but can be added if wanted). The code also shows how
to free the unused alpha channel data if the bitmap doesn't actually contain
such information.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30939 a1c6a512-1295-4272-9138-f99709370657
apps/gui/icon.c
apps/gui/skin_engine/skin_parser.c