diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-08-19 16:02:45 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-08-19 16:02:45 +0200 |
commit | 8929fb48b74c3b7ae60a7b0809fa21751d981e64 (patch) | |
tree | 4782f67e88a8d9d4738f53524067721574fc9a8b /images | |
parent | b0897c45001533b6b16b9934c0d225e12d459dc9 (diff) | |
download | fpGUI-8929fb48b74c3b7ae60a7b0809fa21751d981e64.tar.xz |
Images: updated standard arrow images.
* They used to be Indexed BMP, now they are RGB BMP's.
fpGUI doesn't handle Indexed images well - I'm working on
better image support.
* Updatet the script to generate image include file under Linux.
* Rebuilt stdimages.inc file.
Diffstat (limited to 'images')
-rw-r--r-- | images/arrow_down.bmp | bin | 78 -> 150 bytes | |||
-rw-r--r-- | images/arrow_left.bmp | bin | 90 -> 138 bytes | |||
-rw-r--r-- | images/arrow_right.bmp | bin | 90 -> 138 bytes | |||
-rw-r--r-- | images/arrow_up.bmp | bin | 78 -> 150 bytes | |||
-rwxr-xr-x | images/stdimg_update.sh | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/images/arrow_down.bmp b/images/arrow_down.bmp Binary files differindex 853bf3c8..9745bd9a 100644 --- a/images/arrow_down.bmp +++ b/images/arrow_down.bmp diff --git a/images/arrow_left.bmp b/images/arrow_left.bmp Binary files differindex 6402f832..1a2a9a9d 100644 --- a/images/arrow_left.bmp +++ b/images/arrow_left.bmp diff --git a/images/arrow_right.bmp b/images/arrow_right.bmp Binary files differindex 223e3a5a..fa9be65b 100644 --- a/images/arrow_right.bmp +++ b/images/arrow_right.bmp diff --git a/images/arrow_up.bmp b/images/arrow_up.bmp Binary files differindex 0c51179c..3f6282b2 100644 --- a/images/arrow_up.bmp +++ b/images/arrow_up.bmp diff --git a/images/stdimg_update.sh b/images/stdimg_update.sh index 677136da..0feec995 100755 --- a/images/stdimg_update.sh +++ b/images/stdimg_update.sh @@ -1,3 +1,3 @@ #!/bin/sh chmod +x updatestdimgs -./updatestdimgs > ../src/corelib/stdimages.inc +./updatestdimgs -p stdimg > ../src/corelib/stdimages.inc |