From d9e5b67b71cf246c11da8a9083af21752ac7bd15 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 2 Feb 2006 20:42:56 +0000 Subject: Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8536 a1c6a512-1295-4272-9138-f99709370657 --- tools/buildzip.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/buildzip.pl') diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 934b0035e4..a9af7619db 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -90,6 +90,7 @@ sub buildzip { mkdir ".rockbox/codepages", 0777; mkdir ".rockbox/wps", 0777; mkdir ".rockbox/themes", 0777; + mkdir ".rockbox/backdrops", 0777; my $c = 'find apps -name "*.codec" ! -empty -exec cp {} .rockbox/codecs/ \;'; print `$c`; -- cgit v1.2.3