diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-07-29 12:37:48 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-07-29 12:37:48 +0000 |
| commit | 2d31d77a8ba231cb03ec35863c4c4ce2024f6509 (patch) | |
| tree | b85ca1bede3e83695619064ee9a323f0a8da1865 /apps/settings.h | |
| parent | e436483b66a931fef6436e9cd3e69eb2b3ff1f7b (diff) | |
| download | rockbox-2d31d77a8ba231cb03ec35863c4c4ce2024f6509.zip rockbox-2d31d77a8ba231cb03ec35863c4c4ce2024f6509.tar.gz rockbox-2d31d77a8ba231cb03ec35863c4c4ce2024f6509.tar.bz2 rockbox-2d31d77a8ba231cb03ec35863c4c4ce2024f6509.tar.xz | |
FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27613 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index 1cf43d9..63305b5 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -260,6 +260,7 @@ void sound_settings_apply(void); * skin buffer is reset properly */ void settings_apply_skins(void); +void theme_init_buffer(void); void settings_apply(bool read_disk); void settings_apply_pm_range(void); |