From 877d378710337e7b89b015e3901e467fbcff53be Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 16 Feb 2010 05:24:27 +0000 Subject: Reuse the backdrop buffers if 2 skins use the same backdrop (on the same screen of course) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24690 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/skin_engine/wps_internals.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/gui/skin_engine/wps_internals.h') diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h index e659f08d35..04a295a449 100644 --- a/apps/gui/skin_engine/wps_internals.h +++ b/apps/gui/skin_engine/wps_internals.h @@ -353,7 +353,8 @@ struct gui_wps /* gui_wps end */ - +char *get_image_filename(const char *start, const char* bmpdir, + char *buf, int buf_size); /***** wps_tokens.c ******/ const char *get_token_value(struct gui_wps *gwps, -- cgit v1.2.3