From 18a8e529b5d14413dce83cdb9103f3426db10708 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 16 Aug 2009 18:23:00 +0000 Subject: more wps->skin engine work.. start redoing memory management in the skins to use a single larger buffer instead of lots of arrays for things like images and progressbars. This commit removes the limit on the amount of progressbars allowed on the screen, still 1 per viewport, but unlimited otherwise(!) Also a larger buffer for remote targets, same size for non-remote targets but very easy to make it bigger (technically removed the 52(?) image limit in skins, except still limited to 1 char identifiers) Unlimited "string" tokens now (limit was 1024 which was rediculously wasteful) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22350 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/skin_engine/skin_engine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/gui/skin_engine/skin_engine.h') diff --git a/apps/gui/skin_engine/skin_engine.h b/apps/gui/skin_engine/skin_engine.h index 1f5236fc15..3ec7b93a9d 100644 --- a/apps/gui/skin_engine/skin_engine.h +++ b/apps/gui/skin_engine/skin_engine.h @@ -23,6 +23,8 @@ #ifndef _SKIN_ENGINE_H #define _SKIN_ENGINE_H +#include "skin_buffer.h" + #include "wps_internals.h" /* TODO: remove this line.. shoudlnt be needed */ -- cgit v1.2.3