diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2009-11-07 19:02:04 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2009-11-07 19:02:04 +0000 |
| commit | b7cbe64dc56f4e2e98a6e32b94c316a614fa001f (patch) | |
| tree | 8d070f1e165f4624d53590af5477918bca3abe9e /firmware | |
| parent | 4a0dd83971b3e828409a98ba6bf1271b6a7f2b7d (diff) | |
| download | rockbox-b7cbe64dc56f4e2e98a6e32b94c316a614fa001f.zip rockbox-b7cbe64dc56f4e2e98a6e32b94c316a614fa001f.tar.gz rockbox-b7cbe64dc56f4e2e98a6e32b94c316a614fa001f.tar.bz2 rockbox-b7cbe64dc56f4e2e98a6e32b94c316a614fa001f.tar.xz | |
Just a test to make sure all targets build with viewport clipping enabled - will disable once all builds pass
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23554 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index bb1c5ea..dd2059e 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -24,6 +24,8 @@ #include "autoconf.h" +#define HAVE_VIEWPORT_CLIP + /* symbolic names for multiple choice configurations: */ /* CONFIG_STORAGE (note these are combineable bit-flags) */ |