From 66b6fdbb73f90cbb58fe814cdecc58858b584e1e Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 10 Jun 2012 20:28:36 +0200 Subject: wpsbuild: Rewrite to fix various issues and support .fms wpsbuild.pl is enhanced to produce fallback themes that were previously hardcoded in buildzip.pl. It also recognizes resolution strings as regular expressions now so you can specify resolution dependant settings as .: (needed to support single themes on multiple resolutions). The WPSBUILD syntax completely changed as well and it includes the fallback themes as well. Ultimately wpsbuild is also able to install .fms files. Change-Id: Idf5994f17b9750983d7bc3ef583540a8cdae1dde --- icons/viewers.6x8x1.bmp | Bin 0 -> 478 bytes icons/viewers.6x8x16.bmp | Bin 0 -> 2134 bytes icons/viewers.6x8x2.bmp | Bin 0 -> 478 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 icons/viewers.6x8x1.bmp create mode 100644 icons/viewers.6x8x16.bmp create mode 100644 icons/viewers.6x8x2.bmp (limited to 'icons') diff --git a/icons/viewers.6x8x1.bmp b/icons/viewers.6x8x1.bmp new file mode 100644 index 0000000000..d7d896608c Binary files /dev/null and b/icons/viewers.6x8x1.bmp differ diff --git a/icons/viewers.6x8x16.bmp b/icons/viewers.6x8x16.bmp new file mode 100644 index 0000000000..9b039b1217 Binary files /dev/null and b/icons/viewers.6x8x16.bmp differ diff --git a/icons/viewers.6x8x2.bmp b/icons/viewers.6x8x2.bmp new file mode 100644 index 0000000000..d7d896608c Binary files /dev/null and b/icons/viewers.6x8x2.bmp differ -- cgit v1.2.3