diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-10-28 00:00:00 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-10-28 00:00:00 +0000 |
| commit | 7da9477bc3401cbd90b2984f625f96f451ecaf6b (patch) | |
| tree | 8aea2c154ad0f666f57c4752fa541fa539de757c /apps/SOURCES | |
| parent | 3efa91ed03797dd533c0add6db750ade67499587 (diff) | |
| download | rockbox-7da9477bc3401cbd90b2984f625f96f451ecaf6b.zip rockbox-7da9477bc3401cbd90b2984f625f96f451ecaf6b.tar.gz rockbox-7da9477bc3401cbd90b2984f625f96f451ecaf6b.tar.bz2 rockbox-7da9477bc3401cbd90b2984f625f96f451ecaf6b.tar.xz | |
Initial multi screen support by Kévin Ferrare (Patch #1318081)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7666 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
| -rw-r--r-- | apps/SOURCES | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 26af159..07c121f 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -31,6 +31,15 @@ database.c filetree.c wps-display.c wps.c + +screen_access.c +gui/buttonbar.c +gui/icon.c +gui/list.c +gui/scrollbar.c +gui/splash.c +gui/statusbar.c + #ifdef HAVE_LCD_CHARCELLS player/icons.c player/keyboard.c |