From 66f6e9eff5c2b9f0d5c0bcffcfbc93bf2edaa7b3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 17 Mar 2011 11:26:30 +0000 Subject: Rename utils/resource to utils/filepath to avoid confusion with resource: fetcher. svn path=/trunk/netsurf/; revision=12088 --- framebuffer/font_freetype.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framebuffer/font_freetype.c') diff --git a/framebuffer/font_freetype.c b/framebuffer/font_freetype.c index c1e5fcc3a..bd17d6366 100644 --- a/framebuffer/font_freetype.c +++ b/framebuffer/font_freetype.c @@ -26,9 +26,9 @@ #include "css/css.h" #include "css/utils.h" #include "render/font.h" +#include "utils/filepath.h" #include "utils/utf8.h" #include "utils/log.h" -#include "utils/resource.h" #include "desktop/options.h" #include "framebuffer/gui.h" @@ -126,7 +126,7 @@ fb_new_face(const char *option, const char *resname, const char *fontname) if (option != NULL) { newf->fontfile = strdup(option); } else { - resource_sfind(respaths, buf, fontname); + filepath_sfind(respaths, buf, fontname); newf->fontfile = strdup(buf); } -- cgit v1.2.3