summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-05-29 08:59:57 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-05-29 08:59:57 +0000
commitfd3b46c22ca34eabf1e3697ae7d54fb17da804a4 (patch)
tree52cb1bb7eeb222286181875f7d0d37903ea848f9 /apps/SOURCES
parentd0ed3712c7f25c28a5e8b420c776638ef4f6688a (diff)
downloadrockbox-fd3b46c22ca34eabf1e3697ae7d54fb17da804a4.zip
rockbox-fd3b46c22ca34eabf1e3697ae7d54fb17da804a4.tar.gz
rockbox-fd3b46c22ca34eabf1e3697ae7d54fb17da804a4.tar.bz2
rockbox-fd3b46c22ca34eabf1e3697ae7d54fb17da804a4.tar.xz
draw the buttonbar in its own viewport. It always uses the sysfont and is drawn on the bottom.
Callers need to remeber to fiddle with their viewports to not be overwritten by the bar. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17651 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index b9b7634..e0fdbbc 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -47,7 +47,9 @@ filetree.c
scrobbler.c
screen_access.c
+#ifdef HAS_BUTTONBAR
gui/buttonbar.c
+#endif
gui/gwps.c
gui/gwps-common.c
#ifdef HAVE_LCD_BITMAP