From 0231675abf3b467cff49d1976df882931d91019d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 23 Feb 2011 22:27:55 +0000 Subject: add resource handling move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772 --- riscos/gui.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'riscos/gui.c') diff --git a/riscos/gui.c b/riscos/gui.c index 8ebbc4fe6..e7ca63741 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -54,6 +54,7 @@ #include "content/content.h" #include "content/hlcache.h" #include "content/urldb.h" +#include "content/fetchers/resource.h" #include "desktop/cookies.h" #include "desktop/gui.h" #include "desktop/history_global_core.h" @@ -278,6 +279,11 @@ static void ro_msg_save_desktop(wimp_message *message); static void ro_msg_window_info(wimp_message *message); static void ro_gui_view_source_bounce(wimp_message *message); +char* gui_find_resource(const char *filename) +{ + return NULL; +} + /** * Initialise the gui (RISC OS specific part). */ -- cgit v1.2.3