summaryrefslogtreecommitdiff
path: root/Makefile.resources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-03-22 23:11:38 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-03-22 23:11:38 +0000
commit02761ee5e4436083b0370d20996a622461f3df73 (patch)
tree9bc390e7f73298346ece84b75f5a35bc429c051b /Makefile.resources
parent8db32fc061dd4081dce43700db86eb7f6a7856b5 (diff)
downloadnetsurf-02761ee5e4436083b0370d20996a622461f3df73.tar.gz
netsurf-02761ee5e4436083b0370d20996a622461f3df73.tar.bz2
use greyed images for forward back buttons as approprite
svn path=/trunk/netsurf/; revision=6819
Diffstat (limited to 'Makefile.resources')
-rw-r--r--Makefile.resources6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.resources b/Makefile.resources
index 009c111a9..f5bfde9bf 100644
--- a/Makefile.resources
+++ b/Makefile.resources
@@ -18,6 +18,12 @@ FB_IMAGE_left_arrow := framebuffer/res/icons/back.png
FB_IMAGE_right_arrow := framebuffer/res/icons/forward.png
FB_IMAGE_reload := framebuffer/res/icons/reload.png
FB_IMAGE_stop_image := framebuffer/res/icons/stop.png
+
+FB_IMAGE_left_arrow_g := framebuffer/res/icons/back_g.png
+FB_IMAGE_right_arrow_g := framebuffer/res/icons/forward_g.png
+FB_IMAGE_reload_g := framebuffer/res/icons/reload_g.png
+FB_IMAGE_stop_image_g := framebuffer/res/icons/stop_g.png
+
FB_IMAGE_scrolll := framebuffer/res/icons/scrolll.png
FB_IMAGE_scrollr := framebuffer/res/icons/scrollr.png
FB_IMAGE_scrollu := framebuffer/res/icons/scrollu.png