From 2d31d77a8ba231cb03ec35863c4c4ce2024f6509 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 29 Jul 2010 12:37:48 +0000 Subject: 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 --- apps/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index f1f30ce2b5..6c6d09cbaa 100644 --- a/apps/main.c +++ b/apps/main.c @@ -357,6 +357,7 @@ static void init(void) tree_mem_init(); filetype_init(); playlist_init(); + theme_init_buffer(); #if CONFIG_CODEC != SWCODEC mp3_init( global_settings.volume, @@ -639,6 +640,7 @@ static void init(void) #if CONFIG_CODEC == SWCODEC tdspeed_init(); #endif /* CONFIG_CODEC == SWCODEC */ + theme_init_buffer(); #if CONFIG_CODEC != SWCODEC /* No buffer allocation (see buffer.c) may take place after the call to -- cgit