diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-03 12:30:40 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-03 12:30:40 +0000 |
| commit | ea664e06476cb572bab2eadbb9c060902a95a34a (patch) | |
| tree | e76c631343fcc744a24f7f244bf3d3bb73c8192c /apps/SOURCES | |
| parent | 6be91cdc8b90184cf6ee623358222c1268f31c25 (diff) | |
| download | rockbox-ea664e06476cb572bab2eadbb9c060902a95a34a.zip rockbox-ea664e06476cb572bab2eadbb9c060902a95a34a.tar.gz rockbox-ea664e06476cb572bab2eadbb9c060902a95a34a.tar.bz2 rockbox-ea664e06476cb572bab2eadbb9c060902a95a34a.tar.xz | |
Viewported quickscreen (take 2 :D) (FS#8553)
- no customization support
- no top item
- much better use of the screen
- deprecates 20 odd lang strings (the QS can now use the regular lang strings and user font)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17315 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
| -rw-r--r-- | apps/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 4a3da0c..c4a1cb6 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -60,7 +60,9 @@ gui/bitmap/list.c gui/charcell/list.c #endif gui/option_select.c +#ifdef HAVE_QUICKSCREEN gui/quickscreen.c +#endif gui/scrollbar.c gui/splash.c gui/statusbar.c |