summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-04-07 18:04:55 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-04-07 18:04:55 +0000
commit9a28ace52b46a6fd9b8d627190dea4675789f374 (patch)
treee5977b56aa3cd7fafd3ecd6694a865032c8f3a5c
parentb9e32a975066b0dfbc89ec0bd4e05b2cdd872696 (diff)
downloadnetsurf-9a28ace52b46a6fd9b8d627190dea4675789f374.tar.gz
netsurf-9a28ace52b46a6fd9b8d627190dea4675789f374.tar.bz2
Start fixing for new cache.
svn path=/trunk/netsurf/; revision=10286
-rw-r--r--riscos/window.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/riscos/window.c b/riscos/window.c
index 335a36409..bd313b831 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -41,6 +41,7 @@
#include "oslib/wimpspriteop.h"
#include "utils/config.h"
#include "content/content.h"
+#include "content/hlcache.h"
#include "content/urldb.h"
#include "css/css.h"
#include "desktop/browser.h"
@@ -1107,7 +1108,7 @@ void gui_window_stop_throbber(struct gui_window *g)
/**
* set favicon
*/
-void gui_window_set_icon(struct gui_window *g, struct content *icon)
+void gui_window_set_icon(struct gui_window *g, hlcache_handle *icon)
{
}
@@ -1116,7 +1117,7 @@ void gui_window_set_icon(struct gui_window *g, struct content *icon)
* \param ico may be NULL for local calls; then access current cache from
* search_web_ico()
*/
-void gui_window_set_search_ico(struct content *ico)
+void gui_window_set_search_ico(hlcache_handle *ico)
{
}