From 8db32fc061dd4081dce43700db86eb7f6a7856b5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 22 Mar 2009 14:34:56 +0000 Subject: add vertical scrollbar to freamebuffer svn path=/trunk/netsurf/; revision=6817 --- Makefile.resources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.resources') diff --git a/Makefile.resources b/Makefile.resources index f473544f2..009c111a9 100644 --- a/Makefile.resources +++ b/Makefile.resources @@ -20,6 +20,8 @@ FB_IMAGE_reload := framebuffer/res/icons/reload.png FB_IMAGE_stop_image := framebuffer/res/icons/stop.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 +FB_IMAGE_scrolld := framebuffer/res/icons/scrolld.png FB_IMAGE_pointer_image := framebuffer/res/pointers/default.png -- cgit v1.2.3