diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-04-23 11:07:40 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-04-23 11:07:40 +0000 |
| commit | fe9dca3d5b6156b85f1085ecc11ba8e3a1dcd2d7 (patch) | |
| tree | 8e85e29dad56030c399377bcb429db6d935b544c /apps/gui/option_select.h | |
| parent | 286d48f4ec99ec3f63687f623053e6dd01445863 (diff) | |
| download | rockbox-fe9dca3d5b6156b85f1085ecc11ba8e3a1dcd2d7.zip rockbox-fe9dca3d5b6156b85f1085ecc11ba8e3a1dcd2d7.tar.gz rockbox-fe9dca3d5b6156b85f1085ecc11ba8e3a1dcd2d7.tar.bz2 rockbox-fe9dca3d5b6156b85f1085ecc11ba8e3a1dcd2d7.tar.xz | |
option_screen() now accepts a viewport
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17223 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/option_select.h')
| -rw-r--r-- | apps/gui/option_select.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h index fa2f366..bb60934 100644 --- a/apps/gui/option_select.h +++ b/apps/gui/option_select.h @@ -19,9 +19,12 @@ #ifndef _GUI_OPTION_SELECT_H_ #define _GUI_OPTION_SELECT_H_ +#include "config.h" +#include "screen_access.h" #include "settings.h" bool option_screen(struct settings_list *setting, + struct viewport parent[NB_SCREENS], bool use_temp_var, unsigned char* option_title); struct option_select |