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 --- beos/beos_gui.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'beos') diff --git a/beos/beos_gui.cpp b/beos/beos_gui.cpp index b757c9790..2317b0b0d 100644 --- a/beos/beos_gui.cpp +++ b/beos/beos_gui.cpp @@ -46,6 +46,7 @@ extern "C" { #include "content/content_protected.h" #include "content/fetch.h" #include "content/fetchers/curl.h" +#include "content/fetchers/resource.h" #include "content/urldb.h" #include "desktop/401login.h" #include "desktop/browser.h" @@ -421,6 +422,11 @@ static int32 bapp_thread(void *arg) return 0; } +char* gui_find_resource(const char *filename) +{ + return NULL; +} + static void gui_init2(int argc, char** argv) { CALLED(); -- cgit v1.2.3