summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-08-19 16:02:45 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-08-19 16:02:45 +0200
commit8929fb48b74c3b7ae60a7b0809fa21751d981e64 (patch)
tree4782f67e88a8d9d4738f53524067721574fc9a8b /images
parentb0897c45001533b6b16b9934c0d225e12d459dc9 (diff)
downloadfpGUI-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.bmpbin78 -> 150 bytes
-rw-r--r--images/arrow_left.bmpbin90 -> 138 bytes
-rw-r--r--images/arrow_right.bmpbin90 -> 138 bytes
-rw-r--r--images/arrow_up.bmpbin78 -> 150 bytes
-rwxr-xr-ximages/stdimg_update.sh2
5 files changed, 1 insertions, 1 deletions
diff --git a/images/arrow_down.bmp b/images/arrow_down.bmp
index 853bf3c8..9745bd9a 100644
--- a/images/arrow_down.bmp
+++ b/images/arrow_down.bmp
Binary files differ
diff --git a/images/arrow_left.bmp b/images/arrow_left.bmp
index 6402f832..1a2a9a9d 100644
--- a/images/arrow_left.bmp
+++ b/images/arrow_left.bmp
Binary files differ
diff --git a/images/arrow_right.bmp b/images/arrow_right.bmp
index 223e3a5a..fa9be65b 100644
--- a/images/arrow_right.bmp
+++ b/images/arrow_right.bmp
Binary files differ
diff --git a/images/arrow_up.bmp b/images/arrow_up.bmp
index 0c51179c..3f6282b2 100644
--- a/images/arrow_up.bmp
+++ b/images/arrow_up.bmp
Binary files differ
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