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 --- windows/gui.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'windows/gui.c') diff --git a/windows/gui.c b/windows/gui.c index 81fb04e26..5a2163453 100644 --- a/windows/gui.c +++ b/windows/gui.c @@ -32,6 +32,7 @@ #include "content/urldb.h" #include "content/fetch.h" +#include "content/fetchers/resource.h" #include "css/utils.h" #include "desktop/gui.h" #include "desktop/history_core.h" @@ -2558,6 +2559,11 @@ void gui_quit(void) LOG(("gui_quit")); } +char* gui_find_resource(const char *filename) +{ + return NULL; +} + static void gui_init(int argc, char** argv) { char buf[PATH_MAX], sbuf[PATH_MAX]; -- cgit v1.2.3