FS#8457 - convert the list drawing code to use viewports. This does not include any...
commitff49aa7575b726c76eddf0035a46fabfcbc1e399
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Wed, 5 Mar 2008 09:58:30 +0000 (5 09:58 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Wed, 5 Mar 2008 09:58:30 +0000 (5 09:58 +0000)
treeab02e321e04ebfb4fb2e0a5327b5443a10761176
parentc14049a6ef84c1cf10e0efe9a42e4482bf40f9e0
FS#8457 - convert the list drawing code to use viewports. This does not include any of the customizability which was in the patch, so unless any bugs show up users should not notice any difference.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16527 a1c6a512-1295-4272-9138-f99709370657
12 files changed:
apps/FILES
apps/SOURCES
apps/gui/bitmap/list.c [new file with mode: 0644]
apps/gui/charcell/list.c [new file with mode: 0644]
apps/gui/list.c
apps/gui/list.h
apps/gui/viewport.c [new file with mode: 0644]
apps/gui/viewport.h [new file with mode: 0644]
apps/main.c
apps/menus/display_menu.c
apps/settings.c
apps/tree.c