summaryrefslogtreecommitdiff
path: root/apps/gui/scrollbar.h
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2005-11-16 02:12:25 +0000
committerKevin Ferrare <kevin@rockbox.org>2005-11-16 02:12:25 +0000
commit8517ed8939b7323be8371cd902544154ade984b9 (patch)
tree230698c2817e2d6b8dd7862295deeb2aa2b72b9f /apps/gui/scrollbar.h
parent5d8c1529a735254d2cc17e47d294b8835ba575b0 (diff)
downloadrockbox-8517ed8939b7323be8371cd902544154ade984b9.tar.gz
rockbox-8517ed8939b7323be8371cd902544154ade984b9.zip
Multi screen support for playlist viewer, some fixes in other gui files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7901 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/scrollbar.h')
-rw-r--r--apps/gui/scrollbar.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/gui/scrollbar.h b/apps/gui/scrollbar.h
index 3c562b415f..d7d0be7a7e 100644
--- a/apps/gui/scrollbar.h
+++ b/apps/gui/scrollbar.h
@@ -19,10 +19,9 @@
19 19
20#ifndef _GUI_SCROLLBAR_H_ 20#ifndef _GUI_SCROLLBAR_H_
21#define _GUI_SCROLLBAR_H_ 21#define _GUI_SCROLLBAR_H_
22#include <lcd.h> 22#include "screen_access.h"
23#ifdef HAVE_LCD_BITMAP
24 23
25struct screen; 24#ifdef HAVE_LCD_BITMAP
26 25
27enum orientation { 26enum orientation {
28 VERTICAL, 27 VERTICAL,