Add the viewport functions to the screens API, including a new getfont() function...
commit4f03f31631ecea70fa5e6d9eacdc93b0bd0fdce4
authordave <dave@a1c6a512-1295-4272-9138-f99709370657>
Tue, 8 Jan 2008 01:22:14 +0000 (8 01:22 +0000)
committerdave <dave@a1c6a512-1295-4272-9138-f99709370657>
Tue, 8 Jan 2008 01:22:14 +0000 (8 01:22 +0000)
treeb6508cc00ae60c70c9499090fb87d97f3370c131
parent0674888c25d3104ef209f144b333629ee374227b
Add the viewport functions to the screens API, including a new getfont() function to return the font used by the current viewport.  A change to the screens API makes the plugin API incompatible, so we bump version and sort.  Also commit the test_viewports plugin (not built by default).  This is some more of FS#8385.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16022 a1c6a512-1295-4272-9138-f99709370657
14 files changed:
apps/plugin.c
apps/plugin.h
apps/plugins/CATEGORIES
apps/plugins/test_viewports.c [new file with mode: 0644]
apps/screen_access.c
apps/screen_access.h
firmware/drivers/lcd-16bit.c
firmware/drivers/lcd-1bit-vert.c
firmware/drivers/lcd-2bit-horz.c
firmware/drivers/lcd-2bit-vert.c
firmware/drivers/lcd-remote-1bit-v.c
firmware/drivers/lcd-remote-2bit-vi.c
firmware/export/lcd-remote.h
firmware/export/lcd.h